Edit

IABSD.fr/ports/databases/ruby-ldap/patches/patch-test_search_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_search_rb
  • --- test/search.rb.orig	Wed Dec 20 13:32:50 2006
    +++ test/search.rb	Wed Dec 20 13:33:24 2006
    @@ -5,7 +5,10 @@ $test = File.dirname($0)
     require "#{$test}/conf"
     require "./ldap"
     
    -LDAP::Conn.new($HOST, $PORT).bind{|conn|
    +conn = LDAP::Conn.new($HOST, $PORT)
    +conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)
    +conn.bind{|conn|
    +
       conn.perror("bind")
       begin
         conn.search("dc=localhost, dc=localdomain",