From our user: Hi, I used to encounter many messages like these: [2007/10/29 23:34:47, 4] passdb/pdb_ldap.c:ldapsam_getgroup(2217) ldapsam_getgroup: Did not find group [2007/10/29 23:34:47, 4] passdb/pdb_ldap.c:ldapsam_getgroup(2217) ldapsam_getgroup: Did not find group After patching passdb/pdb_ldap.c, I get more meaningful messages: [2007/10/29 23:37:11, 4] passdb/pdb_ldap.c:ldapsam_getgroup(2218) ldapsam_getgroup: Did not find group, filter was +(&(objectClass=sambaGroupMapping)(sambaSID=S-1-5-32-545)) [2007/10/29 23:37:11, 4] passdb/pdb_ldap.c:ldapsam_getgroup(2218) ldapsam_getgroup: Did not find group, filter was (&(objectClass=sambaGroupMapping)(sambaSID=S-1-1-0))
Created attachment 2959 [details] Patch for source/passdb/pdb_ldap.c
I should have mentioned initially that "our user" is Josip Rodin who indeed proposed the initial patch
Pushed in with 5b4ba4bfc, thanks. Volker