From 7cefb94d9f00a5629cb5c12cc71d01208e7ead63 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 21 Feb 2011 11:29:37 -0500 Subject: 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. --- src/providers/ipa/ipa_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/providers/ipa/ipa_common.h') 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_ */ -- cgit