using Samba 3.0.10-1.4E.9 (the latest in the CentOS repos)
here is the mount options for the shared partition:
and here is my smb.conf:
Now everything works, but when viewing security info on folders and files from the Windows client, things look a little messy. There are three entries that can not be removed for Owner/Group/Everyone, even if they are removed, they come back with blank permissions as soon as the Apply button is hit. It would be nice if these just didn't show up.
So basically, I just want it to appear more Windows-like (not so much for me, but to keep the other techs from getting confused, and they are easily confused). Is there anything else that people would suggest: changing ext3 options? changing the file system altogether? changing Samba options? Anything to make our file serving experience that much more pleasant
Particularly, would there be any compelling reason to go outside the yum repos and get the latest version of Samba (3.0.23c)?
here is the mount options for the shared partition:
/dev/sdb1 on /export type ext3 (rw,acl,user_xattr)
and here is my smb.conf:
[global]
realm = DOMAIN
workgroup = DOMAIN
security = ADS
encrypt passwords = yes
winbind separator = +
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#map acl inherit = yes
[test]
comment = Testing shared directory
read only = no
path = /export/testshare
user = @"DOMAIN+domain users"
admin users = DOMAIN\Domain Admins
Now everything works, but when viewing security info on folders and files from the Windows client, things look a little messy. There are three entries that can not be removed for Owner/Group/Everyone, even if they are removed, they come back with blank permissions as soon as the Apply button is hit. It would be nice if these just didn't show up.
So basically, I just want it to appear more Windows-like (not so much for me, but to keep the other techs from getting confused, and they are easily confused). Is there anything else that people would suggest: changing ext3 options? changing the file system altogether? changing Samba options? Anything to make our file serving experience that much more pleasant
