ITS#3779 fix pwdLockoutDuration handling

This commit is contained in:
Howard Chu 2005-06-15 21:21:12 +00:00
parent f9fb5e63f4
commit b6aa697000

View file

@ -228,6 +228,9 @@ account_locked( Operation *op, Entry *e,
struct berval bv;
Modifications *m;
if (!pp->pwdLockoutDuration)
return 1;
if ((then = parse_time( vals[0].bv_val )) == (time_t)0)
return 1;