source: branches/samba-3.3.x/testsuite/build_farm/basicsmb-invalidusers.test

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 235 bytes
Line 
1. basicsmb.fns
2
3password="samba"
4security="invalidusers"
5(test_smb_conf_setup && test_smbpasswd $password) || exit 1
6
7(test_listfilesauth_should_deny $security) || exit 1
8
9security="validusers"
10(test_listfilesauth $security) || exit 1
Note: See TracBrowser for help on using the repository browser.