Searched refs:storedPasswordHash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dpasswd.c850 char PasswordHash[33], storedPasswordHash[33]; local
890 strncpy( storedPasswordHash, passwd->bv_val, 32 );
891 storedPasswordHash[32] = '\0';
892 ldap_pvt_str2lower( storedPasswordHash );
894 return memcmp( PasswordHash, storedPasswordHash, 32) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK;

Completed in 192 milliseconds