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 08:02:06 -0500
commit2f24f15e7f5464755995831ca920b2bcdffd398e (patch)
tree199c61c035eeb16e5704f00faf40be8b10e4c5c9 /src/providers/ipa/ipa_common.h
parenta89e3b8e8d8a6b071ec0fad6b795401271fdf5c8 (diff)
downloadsssd-2f24f15e7f5464755995831ca920b2bcdffd398e.tar.gz
sssd-2f24f15e7f5464755995831ca920b2bcdffd398e.tar.xz
sssd-2f24f15e7f5464755995831ca920b2bcdffd398e.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_ */