mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
|
. basicsmb.fns
|
||
|
|
||
|
passwordold=samba
|
||
|
password=samba2
|
||
|
security=USER
|
||
|
(test_smb_conf_setup && test_smbpasswd $passwordold && test_smbpasswd_remote $passwordold $password) || exit 1
|
||
|
|
||
|
test_listfilesauth $security || exit 1
|
||
|
test_listfilesnpw $security || exit 1
|
||
|
|