PHP 8.5.0 Alpha 4 available for testing

Voting

: min(eight, three)?
(Example: nine)

The Note You're Voting On

fechner at ponton dot de
21 years ago
If you are trying to change the userPassword attribute when using md5 hashes, try the following lines:

$new["userPassword"] = '{md5}' . base64_encode(pack('H*', md5($newpass_in_plaintext)));
ldap_modify($ds, $dn, $new);

<< Back to user notes page

To Top