summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-02-12 09:44:32 +0100
committerMartin Kosek <mkosek@redhat.com>2013-03-08 10:46:00 +0100
commit3eb64f0a5c1968c97af5bfb4718c36b9f824ea8f (patch)
treeb2cfc8ba5fb51febb77354ec9b278a0a256f4eb1 /daemons/ipa-kdb/ipa_kdb.h
parentd5216d5428dc9653c382656bd5187f1e49b3fe02 (diff)
downloadfreeipa-3eb64f0a5c1968c97af5bfb4718c36b9f824ea8f.tar.gz
freeipa-3eb64f0a5c1968c97af5bfb4718c36b9f824ea8f.tar.xz
freeipa-3eb64f0a5c1968c97af5bfb4718c36b9f824ea8f.zip
ipa-kdb: Read ipaKrbAuthzData with other principal data
The ipaKrbAuthzData LDAP attribute is read together with the other data of the requestedprincipal and the read value(s) are stored in the e-data of the entry for later use. https://fedorahosted.org/freeipa/ticket/2960
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.h')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.h b/daemons/ipa-kdb/ipa_kdb.h
index 7b1576124..9daaab80d 100644
--- a/daemons/ipa-kdb/ipa_kdb.h
+++ b/daemons/ipa-kdb/ipa_kdb.h
@@ -105,6 +105,7 @@ struct ipadb_e_data {
char **pw_history;
struct ipapwd_policy *pol;
time_t last_admin_unlock;
+ char **authz_data;
};
struct ipadb_context *ipadb_get_context(krb5_context kcontext);