From b8dcd1216e5ea7065213c750a92dabfe01fa3b70 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 13 Jan 2013 13:23:31 -0500 Subject: Add realm info to sss_domain_info --- src/providers/ad/ad_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ad') diff --git a/src/providers/ad/ad_access.c b/src/providers/ad/ad_access.c index 9508ffb2..0fa7d6d3 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); -- cgit