blob: c7f6bec62f72b07e620c13acb59c6bc4dba4152e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
. basicsmb.fns
password="samba"
security="hostsdeny"
(test_smb_conf_setup && test_smbpasswd $password) || exit 1
(test_listfilesauth_should_deny $security) || exit 1
|