From 39493740e9190e70b902e4dbfb883c1e7c791b00 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 16 Sep 2010 17:09:26 +0200 Subject: Request the correct attribute name --- src/providers/ldap/sdap_async_accounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async_accounts.c') diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c index 4db4a4ccd..95f3b0d0a 100644 --- a/src/providers/ldap/sdap_async_accounts.c +++ b/src/providers/ldap/sdap_async_accounts.c @@ -1122,7 +1122,7 @@ static void sdap_initgr_rfc2307_process(struct tevent_req *subreq) ldap_grouplist = NULL; } else { ret = sysdb_attrs_to_list(state, ldap_groups, count, - state->opts->group_map[SDAP_AT_GROUP_NAME].name, + SYSDB_NAME, &ldap_grouplist); if (ret != EOK) { tevent_req_error(req, ret); -- cgit