mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
11 lines
396 B
Plaintext
11 lines
396 B
Plaintext
--- test/delete.rb.orig Wed Dec 20 13:36:50 2006
|
|
+++ test/delete.rb Wed Dec 20 13:37:00 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")
|
|
conn.delete("cn=Takaaki-Tateishi, dc=localhost, dc=localdomain")
|