mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Change ldap search filter. This function is also used to search machine accounts which may be located in a different ou. This is an extension to e71a48bb80
.
Karolin
(This used to be commit e5cc8b683c
)
This commit is contained in:
parent
ebdc59ca39
commit
cdb88dcf6b
@ -2683,7 +2683,7 @@ static NTSTATUS ldapsam_enum_group_members(struct pdb_methods *methods,
|
||||
goto done;
|
||||
}
|
||||
|
||||
rc = smbldap_search(conn, lp_ldap_user_suffix(),
|
||||
rc = smbldap_search(conn, lp_ldap_suffix(),
|
||||
LDAP_SCOPE_SUBTREE, filter, sid_attrs, 0,
|
||||
&result);
|
||||
|
||||
@ -2739,7 +2739,7 @@ static NTSTATUS ldapsam_enum_group_members(struct pdb_methods *methods,
|
||||
LDAP_OBJ_SAMBASAMACCOUNT,
|
||||
gidstr);
|
||||
|
||||
rc = smbldap_search(conn, lp_ldap_user_suffix(),
|
||||
rc = smbldap_search(conn, lp_ldap_suffix(),
|
||||
LDAP_SCOPE_SUBTREE, filter, sid_attrs, 0,
|
||||
&result);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user