summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-11-20 18:36:26 -0500
committerSimo Sorce <ssorce@redhat.com>2011-12-08 17:18:10 -0500
commit10264c9ea93fbecdc292643200d55274427ad3f7 (patch)
treef6bafdc6fef570aac43dc7ab53de8f81e7ffd67e /daemons/ipa-kdb/ipa_kdb.c
parent045c7c123eeb720173c19d5196b4fb5bb4cecbaa (diff)
downloadfreeipa-10264c9ea93fbecdc292643200d55274427ad3f7.tar.gz
freeipa-10264c9ea93fbecdc292643200d55274427ad3f7.tar.xz
freeipa-10264c9ea93fbecdc292643200d55274427ad3f7.zip
ipa-kdb: Add delgation access control support
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.c')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.c b/daemons/ipa-kdb/ipa_kdb.c
index 05ee18720..ca266d546 100644
--- a/daemons/ipa-kdb/ipa_kdb.c
+++ b/daemons/ipa-kdb/ipa_kdb.c
@@ -458,6 +458,6 @@ kdb_vftabl kdb_function_table = {
NULL, /* check_policy_tgs */
NULL, /* audit_as_req */
NULL, /* refresh_config */
- NULL /* check_allowed_to_delegate */
+ ipadb_check_allowed_to_delegate /* check_allowed_to_delegate */
};