summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-05-15 13:35:22 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-14 21:47:23 +0200
commitde2bad8ae08f09964834bda0f88db9de39f47c5c (patch)
tree473f93dec98af4ed37ccbcf25482d0c9e2f45811 /src/providers/ad/ad_common.h
parent933314e53fac878d1a9b126af216454172cb945a (diff)
downloadsssd-de2bad8ae08f09964834bda0f88db9de39f47c5c.tar.gz
sssd-de2bad8ae08f09964834bda0f88db9de39f47c5c.tar.xz
sssd-de2bad8ae08f09964834bda0f88db9de39f47c5c.zip
IPA/AD: Set up AD domain in ad_create_2way_trust_options
Related: https://fedorahosted.org/sssd/ticket/2638 Removed code duplication. Amends unit test to make sure we don't regress. Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/providers/ad/ad_common.h')
-rw-r--r--src/providers/ad/ad_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h
index 07b9d734f..0766b4dc9 100644
--- a/src/providers/ad/ad_common.h
+++ b/src/providers/ad/ad_common.h
@@ -107,6 +107,7 @@ struct ad_options *ad_create_default_options(TALLOC_CTX *mem_ctx);
struct ad_options *ad_create_2way_trust_options(TALLOC_CTX *mem_ctx,
const char *realm,
+ const char *ad_domain,
const char *hostname);
errno_t