ITS#6168 actually use pwdLockout setting

This commit is contained in:
Howard Chu 2009-06-30 11:04:16 +00:00
parent 217ec9e6b1
commit 1f07d843f1

View File

@ -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;