summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-07-25 16:55:34 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-11-29 14:21:07 -0500
commit6d99c0f5616969a999d78248565a47b18d40d472 (patch)
treec3adaba5f0535cdf8dbeb442a439632edf35c9d3 /src/providers/ipa/ipa_common.h
parent9b9c7f8caddf2b57adfbef8741651ee5063fa3bd (diff)
downloadsssd-6d99c0f5616969a999d78248565a47b18d40d472.tar.gz
sssd-6d99c0f5616969a999d78248565a47b18d40d472.tar.xz
sssd-6d99c0f5616969a999d78248565a47b18d40d472.zip
IPA migration fixes
* use the id connection for looking up the migration flag * force TLS on the password based authentication connection https://fedorahosted.org/sssd/ticket/924
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index 6c33e870f..165f8fda0 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -80,6 +80,7 @@ enum ipa_host_attrs {
struct ipa_auth_ctx {
struct krb5_ctx *krb5_auth_ctx;
+ struct sdap_id_ctx *sdap_id_ctx;
struct sdap_auth_ctx *sdap_auth_ctx;
struct dp_option *ipa_options;
};