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 34 forks source link

Accept nil for new_parent_dn for rename #25

Closed kou closed 11 years ago

kou commented 11 years ago

ldap_rename_s() can be used without parent change. If we specify NULL as c_newparentdn, ldap_rename_s() doesn't change parent.

ghost commented 11 years ago

Thank you, @kou! Do you need new version of gem?

kou commented 11 years ago

Yes! Please!

ghost commented 11 years ago

Done :)

kou commented 11 years ago

Thanks!!! Awesome!!!