mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
--- test/misc1.rb.orig Wed Dec 20 13:37:51 2006
|
|
+++ test/misc1.rb Wed Dec 20 13:38:19 2006
|
|
@@ -35,6 +35,7 @@ def delete_ou(agency)
|
|
end
|
|
|
|
@ldap_conn = LDAP::Conn.new($HOST, $PORT)
|
|
+@ldap_conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)
|
|
|
|
p LDAP::VERSION
|
|
begin
|