11 lines
331 B
Text
11 lines
331 B
Text
|
--- test/ext.rb.orig Wed Dec 20 13:37:36 2006
|
||
|
+++ test/ext.rb Wed Dec 20 13:37:42 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)
|
||
|
conn.bind('cn=root, dc=localhost, dc=localdomain','secret'){
|
||
|
conn.perror("bind")
|
||
|
begin
|