When I try to setup user authentication via a windows domain in yast I get the following error message:
Cannot use the workgroup domain.tld for linux authentication
Enter a domain or disable using SMB for Linux authentication.
This is my samba configuration
[global]
workgroup = DOMAIN
passdb backend = tdbsam
map to guest = Bad User
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = No
idmap config * : backend = tdb
idmap config * : range = 10000-20000
idmap config domain : backend = rid
idmap config domain : range = 20001-99999
realm = DOMAIN.TLD
security = ADS
template homedir = /home/%D/%U
template shell = /bin/bash
winbind refresh tickets = yes
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
load printers = No
printing = bsd
printcap name = /dev/null
disable spoolss = yes
I joined the domain using
net ads join -U <username>
and winbind is running. What am I doing wrong?