mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 04:21:10 -05:00
ITS#10254 Fix password_scheme to return full hash specification
This commit is contained in:
parent
d0d07810eb
commit
406836540c
1 changed files with 1 additions and 1 deletions
|
|
@ -2529,7 +2529,7 @@ password_scheme( struct berval *cred, struct berval *sch )
|
|||
if (rc) {
|
||||
if (sch) {
|
||||
sch->bv_val = cred->bv_val;
|
||||
sch->bv_len = e;
|
||||
sch->bv_len = e + 1;
|
||||
}
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue