# Samba config file created using SWAT
# from XXX
# Date: 2002/06/26 09:51:35

# Global parameters
[global]
workgroup = 'Our Domain Name'
netbios name = 'Our Netbios Name of the server'
server string = Samba 2.0.7
security = DOMAIN
encrypt passwords = Yes
password server = 'Our NT4 PDC', 'Our NT4 BDC'
unix password sync = Yes
log file = /var/opt/samba/log/log%
name resolve order = host wins lmhosts bcast
wins proxy = Yes
wins server = 'IP-Adress of our WINS-Server'
guest account = guest

[whatever]
comment = whatever
path = /home/whatever
valid users = 'some groups'
admin users = xxx
writeable = Yes
create mask = 0777
directory mask = 0777

[homes]
comment = Unix Homerverzeichnisse
path = %H
read list = %u
write list = %u
force user = %u
force group = main group1
writeable = Yes
create mask = 0770
hide files = /.*/
browseable = No

[dir1]
comment = Test-Verzeichnis dir1
path = /home/dir1
force group = group1
writeable = Yes
create mask = 0770
hide files = /.*/
browseable = No

[dir2]
comment = Test-Verzeichnis dir2
path = /home/dir2
force group = group2
writeable = Yes
create mask = 0770
hide files = /.*/
browseable = No

[dir3]
comment = Testverzeichnis dir3
path = /home/dir3
force group = group3
writeable = Yes
create mask = 0770
hide files = /.*/
browseable = No