Edit

IABSD.fr/ports/databases/ruby-ldap/patches/patch-test_search3_rb

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 18:31:17
    Hash : 7a958849
    Message : drop RCS Ids

  • databases/ruby-ldap/patches/patch-test_search3_rb
  • --- test/search3.rb.orig	Wed Dec 20 13:34:41 2006
    +++ test/search3.rb	Wed Dec 20 13:34:59 2006
    @@ -8,8 +8,9 @@ require "./ldap"
     $KCODE = "UTF8"
     
     conn = LDAP::Conn.new($HOST, $PORT)
    -conn.perror("bind")
    +conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)
     conn.bind{
    +  conn.perror("bind")
       # search2 returns an array of hash
       print("search2 without a block:\n")
       conn.search2("dc=localhost, dc=localdomain", LDAP::LDAP_SCOPE_SUBTREE,