ConFoo Montreal 2026: Call for Papers

Voting

: six plus zero?
(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