PHP provides a great function for copying or moving directory records within LDAP. Unfortunately this ldap_rename
function doesn't seem to work on the Sun Directory. Do any alternatives exist to change an account's OU without having to create a new account?
My end goal is to have a simple method to switch between two OU's, such as:
CN=username,OU=Admin,DC=uaa,DC=alaska,DC=edu
to
CN=username,OU=Student,DC=uaa,DC=alaska,DC=edu