SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
databases/ruby-ldap/patches/patch-test_delete_rb
Normal file
10
databases/ruby-ldap/patches/patch-test_delete_rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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")
|
Loading…
Add table
Add a link
Reference in a new issue