bearded / ruby-ldap

Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
http://rubyforge.org/projects/ruby-ldap/
Other
66 stars 35 forks source link

add functions: LDAP::Conn.open_uri(uri), LDAP::explode_dn(dn, notypes), LDAP::explode_rdn(rdn, notypes) #9

Closed marek-veber closed 12 years ago

ghost commented 12 years ago

Hey @marek-veber, thank you for this pull request!

Could you please confirm that I can close issue #2 ?

marek-veber commented 12 years ago

yes, LDAP::Conn.open_uri(uri) => LDAP::Conn closes this issue

ghost commented 12 years ago

Thank you, Marek! :heart: