summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-26 15:41:31 +0000
committerPetr Viktorin <pviktori@redhat.com>2013-11-26 16:44:37 +0100
commita1165ffbb80446890e3757113c9682c8526ed666 (patch)
tree6fd0b2c39fe8d7064451e562725b0a1880fcbfec /daemons/ipa-kdb/ipa_kdb.h
parentba0da01c1d4eee25841aa0e19316d6953ff1bdea (diff)
downloadfreeipa-a1165ffbb80446890e3757113c9682c8526ed666.tar.gz
freeipa-a1165ffbb80446890e3757113c9682c8526ed666.tar.xz
freeipa-a1165ffbb80446890e3757113c9682c8526ed666.zip
Add krbticketPolicyAux objectclass if needed
When modifying ticket flags add the objectclass to the object if it is missing. https://fedorahosted.org/freeipa/ticket/3901
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 1c2aefc4a..5ad256b0e 100644
--- a/daemons/ipa-kdb/ipa_kdb.h
+++ b/daemons/ipa-kdb/ipa_kdb.h
@@ -117,6 +117,7 @@ struct ipadb_e_data {
struct ipapwd_policy *pol;
time_t last_admin_unlock;
char **authz_data;
+ bool has_tktpolaux;
};
struct ipadb_context *ipadb_get_context(krb5_context kcontext);