Displaying 1 result from an estimated 1 matches for "domainservernam".
Did you mean:
domainservername
2009 Jun 24
1
Linux local user problem when security = ADS
...ion to map the server local user to the client remote
user, and it was working flawlessly.
Follows below the relevant configuration:
________________________________
"/etc/samba/smb.conf" on server:
[GLOBAL]
security = ADS
workgroup = DOMAINNAME
realm = DOMAINNAME
password server = DOMAINSERVERNAME
username map = /etc/samba/smbusers
winbind use default domain = yes
winbind uid = 10000-20000
winbind gid = 10000-20000
[SHARE]
path = /share
writable = yes
browseable = no
create mask = 0664
valid users = remoteusername
________________________________
"/etc/samba/smbusers" o...