dsdb-acl: talloc_free the private context when we pass to the next module
[Samba/gebeck_regimport.git] / testsuite / build_farm / template / basicsmb.smb.conf
blob6cad714aee4c3c4ae8e4f5b72ec56c3ec5806154
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
12     strict locking = yes
14     include = PREFIX/lib/smb.conf.%L
16     add machine script = useradd %u -d /dev/null -s /bin/false
18     panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d
20     passdb backend = smbpasswd
22     idmap uid = 10000-200000
23     map hidden = yes
24     create mask = 0777
26 [test]
27     path = PREFIX/testdir
28     read only = no
30 [samba]
31     path = BUILD_FARM/samba_3_0
32     read only = yes
33     comment = Samba HEAD Sources
35 [samba_2_2]
36     path = BUILD_FARM/samba_2_2
37     read only = yes
38     comment = Samba 2.2. Sources
40 [rsync]
41     path = BUILD_FARM/rsync
42     read only = yes
43     comment = Rsync Sources
45 [guest_share]
46     path = PREFIX
47     guest ok = yes
48     read only = yes
49     comment = Unauthenticated share for use in share level test