mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
handle wellknown sids in winbindd_passwd.c
metze
This commit is contained in:
parent
a128a8805e
commit
251bd4ea4c
@ -140,7 +140,8 @@ static NTSTATUS sid_to_name(struct winbindd_domain *domain,
|
||||
!sid_check_is_in_unix_users(sid) &&
|
||||
!sid_check_is_unix_users(sid) &&
|
||||
!sid_check_is_in_unix_groups(sid) &&
|
||||
!sid_check_is_unix_groups(sid) )
|
||||
!sid_check_is_unix_groups(sid) &&
|
||||
!sid_check_is_in_wellknown_domain(sid))
|
||||
{
|
||||
DEBUG(0, ("Possible deadlock: Trying to lookup SID %s with "
|
||||
"passdb backend\n", sid_string_static(sid)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user