3 June,16 at 12:10 AM
Question:
How can Centrify-Enabled samba be configured so that non-Zone enabled AD Users can access public shares without being prompted for password?
Answer:
By default only Zone enabled AD users are permitted to access the public shares that are configured under Samba.
To give access to non-Zone enabled users, please perform the following steps:
Edit /etc/samba/smb.conf and add the following to the [globals] section:
guest account = nobody
map to guest = Bad Uid
Add the following to public shares:
guest ok = yes
Restart samba services
Connect to the share from a Windows desktop or UNIX workstation as a non-Zone enabled AD user and test.