From e9284792aa48bb642f2afc965c10ca8d19691f0e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 28 Apr 2003 15:39:22 +0000 Subject: readding template files on SAMBA_3_0 branch; not cvs tag (This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d) --- testsuite/build_farm/template/basicsmb.smb.conf- | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 testsuite/build_farm/template/basicsmb.smb.conf- (limited to 'testsuite') diff --git a/testsuite/build_farm/template/basicsmb.smb.conf- b/testsuite/build_farm/template/basicsmb.smb.conf- new file mode 100644 index 0000000000..234419b688 --- /dev/null +++ b/testsuite/build_farm/template/basicsmb.smb.conf- @@ -0,0 +1,49 @@ +[global] + netbios name = BUILDFARM + workgroup = TESTWG + log level = LOGLEVEL + debug timestamp = no + encrypt passwords = yes + server string = Samba %v Build Farm Tests + name resolve order = lmhosts + guest account = WHOAMI + domain logons = yes + + strict locking = yes + + include = PREFIX/lib/smb.conf.%L + + add machine script = useradd %u -d /dev/null -s /bin/false + + panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d + + passdb backend = smbpasswd + + idmap uid = 10000-200000 + map hidden = yes + create mask = 0777 + +[test] + path = PREFIX/testdir + read only = no + +[samba] + path = BUILD_FARM/samba + read only = yes + comment = Samba HEAD Sources + +[samba_2_2] + path = BUILD_FARM/samba_2_2 + read only = yes + comment = Samba 2.2. Sources + +[rsync] + path = BUILD_FARM/rsync + read only = yes + comment = Rsync Sources + +[guest_share] + path = PREFIX + guest ok = yes + read only = yes + comment = Unauthenticated share for use in share level test -- cgit