[Samba] Service Winbind stopped, what could be the reason ?
miguel medalha
medalist at sapo.pt
Thu Apr 30 21:21:42 UTC 2020
> It looks like windbind needs to start before smbd, but how you would do
> this, I have no idea.
The systemd service files included with the Samba source code (under 'packaging/systemd') contain the instructions needed:
For winbindd: 'After=network.target nmb.service'
For smbd: 'After=network.target network-online.target nmb.service winbind.service'
More information about the samba
mailing list