From a1165ffbb80446890e3757113c9682c8526ed666 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 26 Nov 2013 15:41:31 +0000 Subject: 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 --- daemons/ipa-kdb/ipa_kdb.h | 1 + 1 file changed, 1 insertion(+) (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 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); -- cgit