1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3: change ldap filter to what really was intended

This commit is contained in:
Björn Jacke 2010-02-10 13:48:11 +01:00
parent b37b452cb8
commit 9b75650f1a

View File

@ -3833,7 +3833,7 @@ static NTSTATUS ldapsam_alias_memberships(struct pdb_methods *methods,
} }
filter = talloc_asprintf(mem_ctx, filter = talloc_asprintf(mem_ctx,
"(&(|(objectclass=%s)(sambaGroupType=%d))(|", "(&(objectclass=%s)(sambaGroupType=%d)(|",
LDAP_OBJ_GROUPMAP, type); LDAP_OBJ_GROUPMAP, type);
for (i=0; i<num_members; i++) for (i=0; i<num_members; i++)