Edit

IABSD.fr/ports/databases/ruby-ldap/patches/patch-test_add_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_add_rb
  • --- test/add.rb.orig	Wed Dec 20 13:18:24 2006
    +++ test/add.rb	Wed Dec 20 13:29:39 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")
       entry1 = [