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