update page now
Longhorn PHP 2026 - Call For Papers

Voting

: seven plus two?
(Example: nine)

The Note You're Voting On

mike dot rosile at interzonegames dot com
18 years ago
Here is some great information from the OpenLDAP FAQs regarding changing a userPassword attribute with PHP:

http://www.openldap.org/faq/data/cache/347.html

$userpassword = "{SHA}" . base64_encode( pack( "H*", sha1( $pass ) ) );

<< Back to user notes page

To Top