summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-09-13 11:45:42 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 09:55:24 -0400
commit7fce06bb1a855126e41042e0dc22bf2b2d6cec28 (patch)
tree54f671050e5a5752ea492c168d6edf5b5b5ba80a /src/providers/ldap/ldap_id.c
parent6c188d847dfcd2778d134d5a0f80ecbce53e7b57 (diff)
downloadsssd-7fce06bb1a855126e41042e0dc22bf2b2d6cec28.tar.gz
sssd-7fce06bb1a855126e41042e0dc22bf2b2d6cec28.tar.xz
sssd-7fce06bb1a855126e41042e0dc22bf2b2d6cec28.zip
Request all group attributes during initgroups processing
We tried to be too clever and only requested the name of the group, but we require the objectClass to validate the results. https://fedorahosted.org/sssd/ticket/622
Diffstat (limited to 'src/providers/ldap/ldap_id.c')
-rw-r--r--src/providers/ldap/ldap_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c
index d52dcec5b..0c90773a5 100644
--- a/src/providers/ldap/ldap_id.c
+++ b/src/providers/ldap/ldap_id.c
@@ -619,6 +619,7 @@ static void groups_by_user_done(struct tevent_req *subreq)
return;
}
+ state->dp_error = DP_ERR_OK;
tevent_req_done(req);
}