This should get the oldstyle domain join tests working again.
[ira/wip.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     panic action = echo bt | gdb PREFIX/sbin/smbd %d
19
20     passdb backend = smbpasswd_nua
21
22     non unix account range = 10000-20000
23
24 [test]
25     path = PREFIX/testdir
26     read only = no
27
28 [samba]
29     path = BUILD_FARM/samba
30     read only = yes
31     comment = Samba HEAD Sources
32
33 [samba_2_2]
34     path = BUILD_FARM/samba_2_2
35     read only = yes
36     comment = Samba 2.2. Sources
37
38 [rsync]
39     path = BUILD_FARM/rsync
40     read only = yes
41     comment = Rsync Sources
42
43 [guest_share]
44     path = PREFIX
45     guest ok = yes
46     read only = yes
47     comment = Unauthenticated share for use in share level test