summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-21 11:29:37 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-02-22 10:16:24 -0500
commit319c46ea2bf6052afad2a93ebf7cd618504a2ba7 (patch)
tree76b82cd724daa6aaf34b4241b9d4995e665a1381 /src/providers/ipa/ipa_common.h
parent75832d15b9b31995b92acd12474262e64446ca88 (diff)
downloadsssd-319c46ea2bf6052afad2a93ebf7cd618504a2ba7.tar.gz
sssd-319c46ea2bf6052afad2a93ebf7cd618504a2ba7.tar.xz
sssd-319c46ea2bf6052afad2a93ebf7cd618504a2ba7.zip
Allow krb5_realm to override ipa_domain
It is possible to set up FreeIPA servers where the Kerberos realm differs from the IPA domain name. We need to allow setting the krb5_realm explicitly to handle this.
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index ed67a2c7b..85f22e8df 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -93,7 +93,8 @@ int ipa_get_auth_options(struct ipa_options *ipa_opts,
struct dp_option **_opts);
int ipa_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx,
- const char *servers, const char *domain,
+ const char *servers,
+ struct ipa_options *options,
struct ipa_service **_service);
#endif /* _IPA_COMMON_H_ */