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:22 -0500
commit7cefb94d9f00a5629cb5c12cc71d01208e7ead63 (patch)
treec8879fdddbe5b89891debd45be3d623d19cf23b1 /src/providers/ipa/ipa_common.h
parentb11bf49b6719c6f8025e9f51f626f8a49887de25 (diff)
downloadsssd-7cefb94d9f00a5629cb5c12cc71d01208e7ead63.tar.gz
sssd-7cefb94d9f00a5629cb5c12cc71d01208e7ead63.tar.xz
sssd-7cefb94d9f00a5629cb5c12cc71d01208e7ead63.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_ */