diff options
author | Simo Sorce <ssorce@redhat.com> | 2012-02-17 11:45:56 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-02-19 20:43:45 -0500 |
commit | 9942a29cab06ff99cdd3380c4daf3b41ebdf2fb8 (patch) | |
tree | e150e2563621eea350338ccb617f63e7044315b4 /daemons/ipa-kdb/ipa_kdb.c | |
parent | ffd39503c1e4c1b7a309953e232d4727551a58c3 (diff) | |
download | freeipa.git-9942a29cab06ff99cdd3380c4daf3b41ebdf2fb8.tar.gz freeipa.git-9942a29cab06ff99cdd3380c4daf3b41ebdf2fb8.tar.xz freeipa.git-9942a29cab06ff99cdd3380c4daf3b41ebdf2fb8.zip |
policy: add function to check lockout policy
Fixes: https://fedorahosted.org/freeipa/ticket/2393
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.c')
-rw-r--r-- | daemons/ipa-kdb/ipa_kdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.c b/daemons/ipa-kdb/ipa_kdb.c index 1dae4e6c..ed87d6fe 100644 --- a/daemons/ipa-kdb/ipa_kdb.c +++ b/daemons/ipa-kdb/ipa_kdb.c @@ -454,7 +454,7 @@ kdb_vftabl kdb_function_table = { NULL, /* encrypt_key_data */ ipadb_sign_authdata, /* sign_authdata */ NULL, /* check_transited_realms */ - NULL, /* check_policy_as */ + ipadb_check_policy_as, /* check_policy_as */ NULL, /* check_policy_tgs */ ipadb_audit_as_req, /* audit_as_req */ NULL, /* refresh_config */ |