Hi!
Is there a way to add moddn method? It is used to move entries from one branch to another (like ou=workers to ou=fired_workers and visa versa). I saw this in perl module, but looks like nothing here in ruby-net-ldap.
Me too. The mod_rdn/rename only renames the object. The method should also accept an optional "newsuperior" parameter to permit moving the entry in the directory.
Hi! Is there a way to add moddn method? It is used to move entries from one branch to another (like ou=workers to ou=fired_workers and visa versa). I saw this in perl module, but looks like nothing here in ruby-net-ldap.