Система SuSE Linux 11.0
samba настройки SuSE
samba 3.2.x
Конфигурационный файл /etc/samba/smb.conf
[root@suse /root]# less /etc/samba/smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2008-06-06
[global]
workgroup = Class-36
server string = ws10
# server string = Samba Server Version %v
netbios name = ws10
interfaces = lo eth0 172.18.1.0/24
hosts allow = 127. 172.18.1.
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
security = share
null passwords = yes
guest account = user
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
[public]
comment = Public Stuff
path = /home/public
public = yes
writable = yes
printable = no
write list = user
# write list = +staff
[netfiles]
comment = Net Files
path = /home/netfiles
public = yes
writable = no
printable = no
guest ok = yes
valid users = user
# write list = +staff