Home > OS >  How to change in the LDAP userPassword encryption format
How to change in the LDAP userPassword encryption format

Time:10-15

UserPassword attribute of LDAP, default is SSHA encrypted, want to SHA encryption, how to change?

CodePudding user response:


//password: general out of the password hash values are SHA algorithm, see clear
Bytes=(byte []) si. The getAttributes () get (" userPassword "). The get ();
PasswordValue=https://bbs.csdn.net/topics/new a String (bytes);
  • Related