source: trunk/server/testdata/samba3/smb.conf@ 1036

Last change on this file since 1036 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 371 bytes
Line 
1[global]
2 workgroup = SAMBA
3 security = user
4 passdb backend = smbpasswd:../testdata/samba3/smbpasswd tdbsam:../testdata/samba3/passdb.tdb ldapsam:tdb://samba3.ldb
5 debug level = 5
6
7[cd1]
8 path = /mnt/cd1
9 public = yes
10
11[cd2]
12 path = /mnt/cd2
13 public = yes
14
15[media]
16 path = /media
17 public = yes
18
19[tmp]
20 path = /tmp
21 guest only = yes
22 public = yes
23 read only = no
Note: See TracBrowser for help on using the repository browser.