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 function: conn.rename(dn, new_rdn, new_parent_dn, delete_old_rdn, sc... #21

Closed marek-veber closed 11 years ago

marek-veber commented 11 years ago

Adding new function: conn.rename(dn, new_rdn, new_parent_dn, delete_old_rdn, sctrls, cctrls) => self

ghost commented 11 years ago

:+1: