mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
-
|
. basicsmb.fns
|
||
|
|
||
|
password="samba"
|
||
|
security="invalidusers"
|
||
|
(test_smb_conf_setup && test_smbpasswd $password) || exit 1
|
||
|
|
||
|
(test_listfilesauth_should_deny $security) || exit 1
|
||
|
|