mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
8b7434b2a0
This should get us 'green' for once... Andrew Bartlett (This used to be commit 042b9e3a6332473dc88c36dd7f99428644324ac4)
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
. basicsmb.fns
|
|
|
|
passwordold=samba
|
|
password=samba2
|
|
security=USER
|
|
(test_smb_conf_setup && test_smbpasswd $passwordold && test_smbpasswd_local $passwordold $password) || exit 1
|
|
|
|
test_listfilesauth $security || exit 1
|
|
test_listfilesnpw $security || exit 1
|
|
|