I have Samba configured that it can act as a Windows Domain Member.
wbinfo -u shows my Windows Userlist.
I created a Custom Template with a Fileshare
my /etc/smb.conf contains after Template Extract
winbind seperator = +
[testshare]
path = /home/testshare
writeable = yes
valid users = sambatest+windowsuser
Now, a Windows Domainmember logged in as "windowsuser" can“t access the Share "testshare". He was prompted for a password!
Why, and how can i fix this?
Guenter