summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_accounts.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-09-16 17:09:26 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 09:55:25 -0400
commit39493740e9190e70b902e4dbfb883c1e7c791b00 (patch)
tree839505e48cf6fb3b9c41ca7e5a6b570e478c9a18 /src/providers/ldap/sdap_async_accounts.c
parent8375f313b21253f72ad958d954f558a74141cf54 (diff)
downloadsssd-39493740e9190e70b902e4dbfb883c1e7c791b00.tar.gz
sssd-39493740e9190e70b902e4dbfb883c1e7c791b00.tar.xz
sssd-39493740e9190e70b902e4dbfb883c1e7c791b00.zip
Request the correct attribute name
Diffstat (limited to 'src/providers/ldap/sdap_async_accounts.c')
-rw-r--r--src/providers/ldap/sdap_async_accounts.c2
1 files changed, 1 insertions, 1 deletions
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);