1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/testsuite/build_farm/basicsmb-invalidusers.test
Andrew Bartlett 4b117b8917 Merge from HEAD:
- heimdal updates to configure
 - make DEBUG() const
 - add testsuite for:
   - preexec
   - preexec close
   - valid users
 - fix testsuite for 'invalid users'

Andrew Bartlett
(This used to be commit aa41fb8703)
2002-11-15 14:06:35 +00:00

11 lines
235 B
Plaintext

. basicsmb.fns
password="samba"
security="invalidusers"
(test_smb_conf_setup && test_smbpasswd $password) || exit 1
(test_listfilesauth_should_deny $security) || exit 1
security="validusers"
(test_listfilesauth $security) || exit 1