repo.or.cz
/
Samba
/
bb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Eliminate NULL pointers from VFS interface. All hooks now really callable, producing...
[Samba/bb.git]
/
testsuite
/
build_farm
/
basicsmb-invalidusers.test
blob
7d67cc2fc710dfc9ecf5a6207889506a46b73dd4
1
. basicsmb.fns
2
3
password="samba"
4
security="invalidusers"
5
(test_smb_conf_setup && test_smbpasswd $password) || exit 1
6
7
(test_listfilesauth_should_deny $security) || exit 1
8
9
security="validusers"
10
(test_listfilesauth $security) || exit 1