blob: b45899ab7748f6a28ad2ecd19f2e0fcf7f99ea8f (
plain)
1
2
3
4
5
6
7
8
9
|
. basicsmb.fns
password=samba
security=SERVER
(test_smb_conf_setup && test_smbpasswd $password ) || exit 1
test_listfilesauth $security || exit 1
test_listfilesnpw $security || exit 1
|