diff options
author | Simo Sorce <ssorce@redhat.com> | 2012-02-13 12:15:07 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2012-02-14 18:03:45 -0500 |
commit | 651f9324735d0680c6a56246616932459e15b99d (patch) | |
tree | fc31c99ff422fe9e072210a89e87a4cfadb52dfe /util | |
parent | 431286a0f61e7bc61d05a6da172cad07801652c2 (diff) | |
download | freeipa-651f9324735d0680c6a56246616932459e15b99d.tar.gz freeipa-651f9324735d0680c6a56246616932459e15b99d.tar.xz freeipa-651f9324735d0680c6a56246616932459e15b99d.zip |
ipa-kdb: add AS auditing support
Fixes: https://fedorahosted.org/freeipa/ticket/2334
Diffstat (limited to 'util')
-rw-r--r-- | util/ipa_pwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/ipa_pwd.h b/util/ipa_pwd.h index ecb821084..2e537753e 100644 --- a/util/ipa_pwd.h +++ b/util/ipa_pwd.h @@ -47,6 +47,9 @@ struct ipapwd_policy { int min_pwd_length; int history_length; int min_complexity; + int max_fail; + int failcnt_interval; + int lockout_duration; }; time_t ipapwd_gentime_to_time_t(char *timestr); |