summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-02-12 11:01:11 +0100
committerMartin Kosek <mkosek@redhat.com>2013-03-08 10:46:00 +0100
commitd5216d5428dc9653c382656bd5187f1e49b3fe02 (patch)
tree44fc2b4b16337ac2a028ccc9182e2aae6d2177c2 /daemons/ipa-kdb/ipa_kdb.h
parent2d90724a7e3a810b58293eb4930b5c5b5793bd66 (diff)
downloadfreeipa-d5216d5428dc9653c382656bd5187f1e49b3fe02.tar.gz
freeipa-d5216d5428dc9653c382656bd5187f1e49b3fe02.tar.xz
freeipa-d5216d5428dc9653c382656bd5187f1e49b3fe02.zip
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
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.h')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.h3
1 files changed, 3 insertions, 0 deletions
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