diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-13 13:23:31 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-02-10 22:08:46 +0100 |
commit | b8dcd1216e5ea7065213c750a92dabfe01fa3b70 (patch) | |
tree | 4b16dcc47c1cf43846ea92106825c559ad2bf443 /src/providers/ldap/sdap_access.c | |
parent | 2cbb879c517f2c756a2eb3962527979bac01ddab (diff) | |
download | sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.gz sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.tar.xz sssd-b8dcd1216e5ea7065213c750a92dabfe01fa3b70.zip |
Add realm info to sss_domain_info
Diffstat (limited to 'src/providers/ldap/sdap_access.c')
-rw-r--r-- | src/providers/ldap/sdap_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |