Does anyone know how to move a user from one ou (organizational unit) to another using php-LDAP
example: I want tp move uid=test_user,ou=department1,dc=example,dc=com
to: uid=test_user,ou=department2,dc=example,dc=com
THANKS
PHP-LDAP - Moving a user
Moderator: General Moderators
Re: PHP-LDAP - Moving a user
I've never done it, but I wonder if it's an attribute you can write?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.