From 1c4144a6ce68dbd54c7c08a517d1f982ea57f19a Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 22 Aug 2013 11:03:01 +0200 Subject: LDAP: Make sdap_id_setup_tasks reusable for subdomains Instead of always performing the setup for the main domain, the setup can now be performed for subdomains as well. --- src/providers/ldap/ldap_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/ldap_init.c') diff --git a/src/providers/ldap/ldap_init.c b/src/providers/ldap/ldap_init.c index 38d4fa71..341338ca 100644 --- a/src/providers/ldap/ldap_init.c +++ b/src/providers/ldap/ldap_init.c @@ -160,7 +160,7 @@ int sssm_ldap_id_init(struct be_ctx *bectx, ret = sdap_idmap_init(ctx, ctx, &ctx->opts->idmap_ctx); if (ret != EOK) goto done; - ret = sdap_id_setup_tasks(ctx); + ret = ldap_id_setup_tasks(ctx); if (ret != EOK) { goto done; } -- cgit