If I generate a SSHA password with slappasswd and insert it into an  
object, I can successfully bind to the directory using that password,  
but phpldapadmin's password checker tool fails to match the password.

If I generate a SSHA password using 1.1.0.5, the password checker tool  
declares the password matches, but I cannot bind to the directory  
using that password.

Are the two applications not on the same page regarding SSHA?

For instance, here is a slappasswd generated SSHA hash for the  
password '2password3':

{SSHA}mvwJX+o3705xmGNjlUciULOOnL/8Z/wY

$ ldapmodify
dn: uid=testuser,dc=example,dc=com
replace: userPassword
userPassword: {SSHA}mvwJX+o3705xmGNjlUciULOOnL/8Z/wY
modifying entry "uid=testuser,dc=example,dc=com"

$ ldapsearch -x -w 2password3 -D "uid=testuser,dc=example,dc=com" -b  
"dc=example,dc=com" '(uid=testuser)'
Successful bind, object returned

But I get "Passwords do not match!" when I use the checker in 1.1.0.5  
even though after I try it displays the hashed value as "{SSHA}mvwJX 
+o3705xmGNjlUciULOOnL/8Z/wY"

And if I use 1.1.0.5 to set a SSHA password, the checker succeeds but  
I cannot bind.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to