source: branches/samba-3.0/testsuite/build_farm/template/basicsmb.smb.conf

Last change on this file was 1, checked in by Paul Smedley, 19 years ago

Initial code import

File size: 1.0 KB
Line 
1[global]
2 netbios name = BUILDFARM
3 workgroup = TESTWG
4 log level = LOGLEVEL
5 debug timestamp = no
6 encrypt passwords = yes
7 server string = Samba %v Build Farm Tests
8 name resolve order = lmhosts
9 guest account = WHOAMI
10 domain logons = yes
11
12 strict locking = yes
13
14 include = PREFIX/lib/smb.conf.%L
15
16 add machine script = useradd %u -d /dev/null -s /bin/false
17
18 panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d
19
20 passdb backend = smbpasswd
21
22 idmap uid = 10000-200000
23 map hidden = yes
24 create mask = 0777
25
26[test]
27 path = PREFIX/testdir
28 read only = no
29
30[samba]
31 path = BUILD_FARM/samba_3_0
32 read only = yes
33 comment = Samba HEAD Sources
34
35[samba_2_2]
36 path = BUILD_FARM/samba_2_2
37 read only = yes
38 comment = Samba 2.2. Sources
39
40[rsync]
41 path = BUILD_FARM/rsync
42 read only = yes
43 comment = Rsync Sources
44
45[guest_share]
46 path = PREFIX
47 guest ok = yes
48 read only = yes
49 comment = Unauthenticated share for use in share level test
Note: See TracBrowser for help on using the repository browser.