TheMuso
07-06-2001, 10:05 AM
Hi.
I am running Samba 2.2.0a, and windows 2000 on two different computers. I create shares with Samba alright, but can not change the permissions of the shares. I also have the kernel patched with ACL support if that makes a difference.
Here is my smb.conf file:
[global]
netbios name = server2
workgroup = YELAVICH
server string = Main Server 2
log file = /var/log/samba/log.%m
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /usr/local/samba/private/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *password* %n\n *password* %n\n *success*
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
local master = yes
os level = 40
domain master = yes
preferred master = yes
domain logons = yes
# logon script = logon.bat
logon path = \\server1\profiles\%u
name resolve order = wins lmhosts bcast
wins support = yes
add user script = /usr/sbin/useradd -d /dev/null -g 200 -s /bin/false -M %u
domain admin group = @adm
domain groups = adm users
[netlogon]
comment = Network Logon Service
path = /usr/local/samba/private/netlogon
guest ok = no
writable = no
share modes = no
write list = @adm
[homes]
comment = Home Dirs
browsable = no
writable = yes
Appreciate any help.
Thanks.
I am running Samba 2.2.0a, and windows 2000 on two different computers. I create shares with Samba alright, but can not change the permissions of the shares. I also have the kernel patched with ACL support if that makes a difference.
Here is my smb.conf file:
[global]
netbios name = server2
workgroup = YELAVICH
server string = Main Server 2
log file = /var/log/samba/log.%m
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /usr/local/samba/private/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *password* %n\n *password* %n\n *success*
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
local master = yes
os level = 40
domain master = yes
preferred master = yes
domain logons = yes
# logon script = logon.bat
logon path = \\server1\profiles\%u
name resolve order = wins lmhosts bcast
wins support = yes
add user script = /usr/sbin/useradd -d /dev/null -g 200 -s /bin/false -M %u
domain admin group = @adm
domain groups = adm users
[netlogon]
comment = Network Logon Service
path = /usr/local/samba/private/netlogon
guest ok = no
writable = no
share modes = no
write list = @adm
[homes]
comment = Home Dirs
browsable = no
writable = yes
Appreciate any help.
Thanks.