centrify samba doesn't seem to recognize local unix /etc/group entries.
How can I get centrify samba to read the local unix /etc/group file?
My global smb.conf settings are below:
[global]
security = ADS
realm = DTN.NET
workgroup = DTN
netbios name = a0022_test
auth methods = guest, sam, winbind, ntdomain
machine password timeout = 0
passdb backend = tdbsam:/etc/samba/private/passdb.tdb
kerberos method = secrets and keytab
client use spnego principal = true
send spnego principal = Yes
server signing = auto
client ntlmv2 auth = yes
client use spnego = yes
template shell = /bin/bash
winbind use default domain = Yes
winbind enum users = No
winbind enum groups = No
winbind nested groups = Yes
idmap cache time = 0
ignore syssetgroups error = No
idmap config * : backend = tdb
idmap config * : range = 1000 - 200000000
idmap config * : base_tdb = 0
enable core files = false
# Disable Logging to syslog, and only write log to Samba standard log files.
syslog = 0
My Share:
[sas_data1]
comment = SASENV data directory
path = /sas_data1
read list =
read only = No
create mask = 0640
directory mask = 0770
case sensitive = No
No ACL used.
Output of ls -l /sas_data1:
total 4
drwxr-sr--. 14 sasenv hmr1964 4096 Sep 18 21:25 TEST
Output of id:
uid=1484810939(xyz) gid=1484810939(xyz) groups=xyz(pgensler),129(sasenv),240(hmr1964),1484784129(domain_users)......
User can access the directory on Linux, but error message on Windows:
Windows cannot access \\a0022_test\sas_data1\TEST
Please help!