I found a solution
You have to encrypt your password like this:
The CBBase64 Class can be found here:
http://jxplorer.svn.sourceforge.net/viewvc/jxplorer/src/com/ca/commons/cbutil/
Type: Posts; User: nmau; Keyword(s):
I found a solution
You have to encrypt your password like this:
The CBBase64 Class can be found here:
http://jxplorer.svn.sourceforge.net/viewvc/jxplorer/src/com/ca/commons/cbutil/
Hello Everybody
I want to save a SHA-Encrypted password into a ldap database.
The problem is, that after I updated the new password, the user can't login anymore! How I have to save the password...
Thanks a lot.
Hello everybody
I have an old Java Webapplication with acegi security. I want to store the passwords of the user in a LDAP Database with SHA encryption.
The new password is stored correctly as...