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/ldap/sdap_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap') diff --git a/src/providers/ldap/sdap_access.c b/src/providers/ldap/sdap_access.c index ee20a84a7..aebf45240 100644 --- a/src/providers/ldap/sdap_access.c +++ b/src/providers/ldap/sdap_access.c @@ -128,7 +128,7 @@ sdap_access_send(TALLOC_CTX *mem_ctx, /* Get original user DN, take care of subdomain users as well */ if (strcasecmp(pd->domain, be_ctx->domain->name) != 0) { user_dom = new_subdomain(state, be_ctx->domain, pd->domain, - NULL, NULL); + NULL, NULL, NULL); if (user_dom == NULL) { DEBUG(SSSDBG_OP_FAILURE, ("new_subdomain failed.\n")); ret = ENOMEM; -- cgit