I'm currently trying to change a crypted passwd within an openldap server.
Therefor I'm using ldap_modify(). 
But the problem is that ldap doesn't crypt the password itself, even if I
write {crypt} in front of it. And crypting the password with crypt() doesn't
work because I don't know the second parameter of crypt(). 

Is there a way of crypting the password automatically or what has the
second crypt() parameter look like?

Regards Jan

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

Reply via email to