|
Blue Forest http://www.lslnet.com at 7:58 p.m. on August 11, 2006
|
|
(Experts invited to) use PHP connecting ldap Secretary How to extract user passwords
|
|
I use ldap (iplanet directory server 5.1) installed in win2000server.
Ldap storage in the user information, including user passwords.
Password use SSHA algorithm
I use PHP to identify users connect to the Secretary ldap password (do User Authentication), but only found the
{SSHA}SaltPasswordString; (Read encoded string)
I also used for ldap_compare attributes, but also identify ldap Secretary SSHA code
Although it has achieved ssha PHP's function, is mhash (), but I need to re-configuration of PHP, I do not reallocated PHP
Ask what methods can help achieve this certification?
Thank you.
|
|
|
Re : (experts invited to) use PHP connecting ldap Secretary How to extract user passwords
|
|
Finally, I discovered that he did not need to extract the password only need ldap_bind () to certify that a user can.
There is a problem, however, is that if the wrong password will be warning messages printed page in a browser, how do these warnings can be removed.
Thank you.
|
|
|
Re : (experts invited to) use PHP connecting ldap Secretary How to extract user passwords
|
|
Judgment return information (prerequisite opened Cache)
|
|
|
Re : (experts invited to) use PHP connecting ldap Secretary How to extract user passwords
|
|
Thank you.
|
|