Edit

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

Branch :

  • Show log

    Commit

  • Author : bernd
    Date : 2007-01-18 12:30:37
    Hash : 635020d7
    Message : Initial import of ruby-ldap-0.9.7. Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP. Submitted and maintained by Jeremy Evans <jeremyevans0 at gmail dot com>. with help from msf@

  • databases/ruby-ldap/patches/patch-test_misc1_rb
  • $OpenBSD: patch-test_misc1_rb,v 1.1.1.1 2007/01/18 12:30:37 bernd Exp $
    --- test/misc1.rb.orig	Wed Dec 20 13:37:51 2006
    +++ test/misc1.rb	Wed Dec 20 13:38:19 2006
    @@ -35,6 +35,7 @@ def delete_ou(agency)
     end
     
     @ldap_conn = LDAP::Conn.new($HOST, $PORT)
    +@ldap_conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)
     
     p LDAP::VERSION
     begin