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:
parent
b37b452cb8
commit
9b75650f1a
@ -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++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user