Displaying 2 results from an estimated 2 matches for "samba_node_1".
Did you mean:
samba_node_2
2023 Feb 17
1
previous working smb.conf without winbind, now fails with samba 4.15.8 and winbind running
...AD.
samba.keytab contains cifs service principals for every samba server in a
DNS cluster so that connecting via smbclient --use-krb5-ccache=KCM:1000 can
be done against both the DNS round robin alias //samba.ad.domain.com as
well as against each individual samba server in the DNS RR cluster e.g
//samba_node_1 and //samba_node_2, etc.
The above breaks when I try to move to SLES15 SP4, kernel 5.14.21,
samba-4.15.8.
Apparently winbind is required to be running. Once winbind is running,
samba reports failing to convert SID XXXXX to a UID. It seems samba is
unable to offload uid/gid lookups to the kernel...
2023 Feb 17
1
previous working smb.conf without winbind, now fails with samba 4.15.8 and winbind running
...ntains cifs service principals for every samba server in a
> DNS cluster so that connecting via smbclient --use-krb5-ccache=KCM:1000 can
> be done against both the DNS round robin alias //samba.ad.domain.com as
> well as against each individual samba server in the DNS RR cluster e.g
> //samba_node_1 and //samba_node_2, etc.
>
> The above breaks when I try to move to SLES15 SP4, kernel 5.14.21,
> samba-4.15.8.
>
> Apparently winbind is required to be running. Once winbind is running,
> samba reports failing to convert SID XXXXX to a UID. It seems samba is
> unable to of...