mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
. basicsmb.fns
|
||
|
|
||
|
password="samba"
|
||
|
security="SHARE"
|
||
|
(test_smb_conf_setup && ( test_smbpasswd $password ) ) || exit 1
|
||
|
|
||
|
(test_listfilesauth $security) || exit 1
|
||
|
(test_listfilesnpw $security) || exit 1
|
||
|
|