search for: winbindd_getpwuid_uid2sid_done

Displaying 2 results from an estimated 2 matches for "winbindd_getpwuid_uid2sid_done".

2024 Nov 16
2
First Linux Machine Domain Join
...d: NT_STATUS_UNSUCCESSFUL /var/log/samba/log.winbindd shows: [2024/11/16 15:18:03.248389, 1] ../../source3/winbindd/winbindd_getpwuid.c:118(winbindd_getpwuid_recv) Could not convert sid S-0-0: NT_STATUS_NO_SUCH_USER [2024/11/16 15:18:03.248560, 1] ../../source3/winbindd/winbindd_getpwuid.c:83(winbindd_getpwuid_uid2sid_done) Failed with NT_STATUS_NO_SUCH_USER. > That is usually caused by a mis-configuration of /etc/hosts. My /etc/hosts is, I think, exactly correct: 127.0.0.1 localhost ::1 localhost (Note that this machine uses dhcpcd to get its IP address and the contents of /etc/resolv.conf.) - John
2024 Nov 16
1
First Linux Machine Domain Join
On Sat, 16 Nov 2024 10:38:06 -0500 "John R. Graham via samba" <samba at lists.samba.org> wrote: > I apparently haven't created the correct formula to get Samba to > start winbindd on my workstation in the process of joining my domain. > Testing winbindd connectivity fails: Samba doesn't start any daemons on a Unix domain member, you have to do it yourself. >