mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
4b117b8917
- heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett (This used to be commit aa41fb8703db4a4ecd3b353874c99a994e8ed630)
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
|