--- Stig Venaas <[EMAIL PROTECTED]> wrote:
> 
> But you're not doing what I wrote...

:) or else i won't be asking hehehe 

> 
> The third parameter should be the new rdn (which is the same as the old),
> and the fourth should be new parent. So it should look like this:
> 
> $r=ldap_rename($ds,
>       "uid=roger,ou=People,ou=Civil,o=Engineering,dc=mydomain,dc=net",
>       "uid=roger",
>       "ou=People,ou=Credit,o=Finance,dc=mydomain,dc=net", TRUE);
> 
> Stig

Great, it works. Stig, you saved my day. I owe you my eternal gratitude.

--
roger


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to