mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#2562: add missing arg to hash_lanman
This commit is contained in:
parent
2fcbaf29d9
commit
15fa161b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ static int chk_lanman(
|
|||
{
|
||||
struct berval *hash;
|
||||
|
||||
hash = hash_lanman( scheme, cred );
|
||||
hash = hash_lanman( scheme, cred, text );
|
||||
return memcmp( &hash->bv_val[scheme->bv_len], passwd->bv_val, 32);
|
||||
}
|
||||
#endif /* SLAPD_LMHASH */
|
||||
|
|
|
|||
Loading…
Reference in a new issue