mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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 aa41fb8703
)
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
|