mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r19083: Fix objectclass
This commit is contained in:
parent
682b490c23
commit
6c4d68d849
@ -2406,7 +2406,7 @@ static NTSTATUS ldapsam_enum_group_members(struct pdb_methods *methods,
|
||||
|
||||
if (values) {
|
||||
|
||||
filter = talloc_asprintf(mem_ctx, "(&(objectClass=%s)(|", LDAP_OBJ_SAMBAACCOUNT);
|
||||
filter = talloc_asprintf(mem_ctx, "(&(objectClass=%s)(|", LDAP_OBJ_SAMBASAMACCOUNT);
|
||||
if (filter == NULL) {
|
||||
ret = NT_STATUS_NO_MEMORY;
|
||||
goto done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user