From d5216d5428dc9653c382656bd5187f1e49b3fe02 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 12 Feb 2013 11:01:11 +0100 Subject: ipa-kdb: Read global defaul ipaKrbAuthzData The ipaKrbAuthzData LDAP attribute is read from the ipaConfig object and the read value(s) are stored in the ipadb context. https://fedorahosted.org/freeipa/ticket/2960 --- daemons/ipa-kdb/ipa_kdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'daemons/ipa-kdb/ipa_kdb.h') diff --git a/daemons/ipa-kdb/ipa_kdb.h b/daemons/ipa-kdb/ipa_kdb.h index f472f0245..7b1576124 100644 --- a/daemons/ipa-kdb/ipa_kdb.h +++ b/daemons/ipa-kdb/ipa_kdb.h @@ -74,6 +74,8 @@ #define IPA_SETUP "ipa-setup-override-restrictions" +#define IPA_KRB_AUTHZ_DATA_ATTR "ipaKrbAuthzData" + struct ipadb_mspac; struct ipadb_context { @@ -89,6 +91,7 @@ struct ipadb_context { struct ipadb_mspac *mspac; bool disable_last_success; bool disable_lockout; + char **authz_data; }; #define IPA_E_DATA_MAGIC 0x0eda7a -- cgit