diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-06-27 13:58:58 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-06-27 13:58:58 +0000 |
commit | dc346a5c6d6b071a67397150f72a530515b5cf53 (patch) | |
tree | 615e95f56f36bdbf2c5ef2ce523b2fad6cbfdf73 /testsuite/build_farm/basicsmb.smb.conf.template | |
parent | 5ac133bac731e3f014df35126dd5ecb87837b8a6 (diff) | |
download | samba-dc346a5c6d6b071a67397150f72a530515b5cf53.tar.gz samba-dc346a5c6d6b071a67397150f72a530515b5cf53.tar.bz2 samba-dc346a5c6d6b071a67397150f72a530515b5cf53.zip |
Jigger around with the tests a bit more
We now test security=share, security=user, security=server for both the
positive and negitive case (good/bad pw) and check that guest shares work for
share level security.
The server level security stuff seems to test positive without actualy
contating a server (another LIBSMB_PROG based smbd) - I will need to look into that...
Andrew Bartlett
(This used to be commit 19fdc553d6ab06e53c21425468f86da56f4d9153)
Diffstat (limited to 'testsuite/build_farm/basicsmb.smb.conf.template')
-rw-r--r-- | testsuite/build_farm/basicsmb.smb.conf.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/build_farm/basicsmb.smb.conf.template b/testsuite/build_farm/basicsmb.smb.conf.template index 627b019f3a..095752f14f 100644 --- a/testsuite/build_farm/basicsmb.smb.conf.template +++ b/testsuite/build_farm/basicsmb.smb.conf.template @@ -1,10 +1,16 @@ [global] + netbios name = BUILDFARM workgroup = TESTWG log level = 3 + debug timestamp = no encrypt passwords = yes server string = Samba %v Build Farm Tests name resolve order = lmhosts + domain logons = yes + + include = PREFIX/lib/smb.conf.%L + [test] path = PREFIX/testdir read only = no @@ -23,3 +29,9 @@ 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
\ No newline at end of file |