Displaying 1 result from an estimated 1 matches for "win2003passwordservername".
2005 Sep 12
1
Accessing /home/<user> properly from Win2003 Server share
...e shell that each account uses (not just /bin/bash)?
Here's my smb.conf for my setup
[global]
workgroup = <DomainName>
realm = <RealmName>
preferred master = no
server string = <ServerName> with Samba (%v) on %L
security = ads
password server = <Win2003PasswordServerName>
encrypt passwords = yes
log level = 3
log file = /var/log/samba/%m
max log size = 50
winbind separator = +
allow trusted domains = no
idmap backend = idmap_rid:<DomainName>=500-100000000
idmap uid = 500-100000000
idmap gid = 500-100000000
winbind en...