Displaying 1 result from an estimated 1 matches for "scmcserver1".
Did you mean:
sccmserver
2006 May 11
1
File creation permission issue
...I want the permission's to be 760
(rwxrw----). How can I accomplish this for this share? Here is my .conf
for the global and this share. My version of SAMBA is 3.0.20b-3 on
openSUSE 10:
Thanks in advance,
Mike
# Global parameters
[global]
workgroup = SCMC
netbios name = SCMCSERVER1
interfaces = eth0, lo
bind interfaces only = Yes
passdb backend = tdbsam
smb ports = 139
add user script = /usr/sbin/useradd -m '%u'
delete user script = /usr/sbin/userdel -r '%u'
add group script = /usr/sbin/groupadd '%g...