10 lines
314 B
Text
10 lines
314 B
Text
--- test/modrdn.rb.orig Wed Dec 20 13:35:43 2006
|
|
+++ test/modrdn.rb Wed Dec 20 13:35:51 2006
|
|
@@ -6,6 +6,7 @@ require "#{$test}/conf"
|
|
require "./ldap"
|
|
|
|
conn = LDAP::Conn.new($HOST, $PORT)
|
|
+conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)
|
|
|
|
begin
|
|
conn.bind('cn=root, dc=localhost, dc=localdomain','seret')
|