Add and modify some of the various tests I have had sitting around here for a
[nivanova/samba-autobuild/.git] / testsuite / build_farm / basicsmb.smb.conf.template
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 [test]
19     path = PREFIX/testdir
20     read only = no
21
22 [samba]
23     path = BUILD_FARM/samba
24     read only = yes
25     comment = Samba HEAD Sources
26
27 [samba_2_2]
28     path = BUILD_FARM/samba_2_2
29     read only = yes
30     comment = Samba 2.2. Sources
31
32 [rsync]
33     path = BUILD_FARM/rsync
34     read only = yes
35     comment = Rsync Sources
36
37 [guest_share]
38     path = PREFIX
39     guest ok = yes
40     read only = yes
41     comment = Unauthenticated share for use in share level test