Displaying 1 result from an estimated 1 matches for "tullettj".
2006 Mar 21
1
[homes] access failing when security=domain
...defined in smb.conf.)
Proof of this working setup:
officeserver:/home# wbinfo -t
checking the trust secret via RPC calls succeeded
officeserver:/home# wbinfo -u | head -2
adam
administrator
officeserver:/home# wbinfo -g | head -2
BUILTIN+system operators
BUILTIN+replicators
officeserver:/home# id tullettj
uid=15003(tullettj) gid=15001(domain users) groups=15001(domain
users),15000(domain admins)
The smb.conf file I'm using contains the following:
[global]
workgroup = DWPUB
server string = %h server (Samba %v)
security = DOMAIN
client schannel = No
obey pa...