PHP-LDAP - Moving a user

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ruifernandes24
Forum Newbie
Posts: 1
Joined: Fri May 02, 2008 8:38 am

PHP-LDAP - Moving a user

Post by ruifernandes24 »

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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PHP-LDAP - Moving a user

Post by pickle »

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.
Post Reply