mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#6168 actually use pwdLockout setting
This commit is contained in:
parent
217ec9e6b1
commit
1f07d843f1
@ -324,6 +324,9 @@ account_locked( Operation *op, Entry *e,
|
||||
|
||||
assert(mod != NULL);
|
||||
|
||||
if ( !pp->pwdLockout )
|
||||
return 0;
|
||||
|
||||
if ( (la = attr_find( e->e_attrs, ad_pwdAccountLockedTime )) != NULL ) {
|
||||
BerVarray vals = la->a_nvals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user