summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-06-19 10:49:05 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-28 22:22:20 +0200
commit59415636c92c6e9764ddc65a85ad61002310519d (patch)
tree176d77e04b0ab1bf986bfa343d38c5675115be32 /src/providers/ad/ad_common.h
parentebc6ab564dc2a0a2b08c42d727fc403dde4a2dc9 (diff)
downloadsssd-59415636c92c6e9764ddc65a85ad61002310519d.tar.gz
sssd-59415636c92c6e9764ddc65a85ad61002310519d.tar.xz
sssd-59415636c92c6e9764ddc65a85ad61002310519d.zip
AD: initialize failover with custom realm, domain and failover service
This is needed so we can initialize failover using IPA realm and on-the-fly discovered DNS domain. The subdomains discovered on-thefly will use the subdomain name for realm, domain and failover service to avoid conflicts. Subtaks of: https://fedorahosted.org/sssd/ticket/1962
Diffstat (limited to 'src/providers/ad/ad_common.h')
-rw-r--r--src/providers/ad/ad_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h
index 11075423c..98aeb2165 100644
--- a/src/providers/ad/ad_common.h
+++ b/src/providers/ad/ad_common.h
@@ -90,7 +90,10 @@ errno_t
ad_failover_init(TALLOC_CTX *mem_ctx, struct be_ctx *ctx,
const char *primary_servers,
const char *backup_servers,
- struct ad_options *options,
+ const char *krb5_realm,
+ const char *ad_service,
+ const char *ad_gc_service,
+ const char *ad_domain,
struct ad_service **_service);
errno_t