summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-09-16 11:29:00 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-23 13:00:42 -0400
commit82c45575cf7b89814c362c66f4718065c4a8a213 (patch)
treec4b5426c2c9c8fe0e18f611443ea5a948e9e7230
parent4c90b91082a2fe09fa802c28572b54be07c21fdf (diff)
downloadsssd2-82c45575cf7b89814c362c66f4718065c4a8a213.tar.gz
sssd2-82c45575cf7b89814c362c66f4718065c4a8a213.tar.xz
sssd2-82c45575cf7b89814c362c66f4718065c4a8a213.zip
Request the correct attribute name
-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 d83a9dcf..9dfde58f 100644
--- a/src/providers/ldap/sdap_async_accounts.c
+++ b/src/providers/ldap/sdap_async_accounts.c
@@ -1583,7 +1583,7 @@ static void sdap_initgr_rfc2307_process(struct tevent_req *subreq)
}
else {
ret = sysdb_attrs_to_list(state, groups, count,
- state->opts->group_map[SDAP_AT_GROUP_NAME].name,
+ SYSDB_NAME,
&state->ldap_grouplist);
if (ret != EOK) {
tevent_req_error(req, ret);