summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-13 13:23:31 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-02-10 22:08:46 +0100
commitb8dcd1216e5ea7065213c750a92dabfe01fa3b70 (patch)
tree4b16dcc47c1cf43846ea92106825c559ad2bf443 /src/providers/ad
parent2cbb879c517f2c756a2eb3962527979bac01ddab (diff)
downloadsssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.gz
sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.xz
sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.zip
Add realm info to sss_domain_info
Diffstat (limited to 'src/providers/ad')
-rw-r--r--src/providers/ad/ad_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_access.c b/src/providers/ad/ad_access.c
index 9508ffb27..0fa7d6d3a 100644
--- a/src/providers/ad/ad_access.c
+++ b/src/providers/ad/ad_access.c
@@ -45,7 +45,7 @@ ad_access_handler(struct be_req *breq)
/* Handle subdomains */
if (strcasecmp(pd->domain, be_ctx->domain->name) != 0) {
domain = new_subdomain(breq, be_ctx->domain,
- pd->domain, NULL, NULL);
+ pd->domain, NULL, NULL, NULL);
if (domain == NULL) {
DEBUG(SSSDBG_OP_FAILURE, ("new_subdomain failed.\n"));
be_req_terminate(breq, DP_ERR_FATAL, PAM_SYSTEM_ERR, NULL);