mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
- heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett
-
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
. basicsmb.fns
|
|
|
|
password="samba"
|
|
security="invalidusers"
|
|
(test_smb_conf_setup && test_smbpasswd $password) || exit 1
|
|
|
|
(test_listfilesauth_should_deny $security) || exit 1
|
|
|
|
security="validusers"
|
|
(test_listfilesauth $security) || exit 1
|