Skip to content
Snippets Groups Projects
Commit b6aa6970 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3779 fix pwdLockoutDuration handling

parent f9fb5e63
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment