selftest: disable SMB encryption in simpleserver environment
commit573e8e15b3ed27d6b593e635e9c24eea3fdf4fb9
authorRalph Boehme <slow@samba.org>
Tue, 17 Jan 2017 16:23:51 +0000 (17 17:23 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 27 Jan 2017 21:00:17 +0000 (27 22:00 +0100)
treedce6a0c55a9022a385d8add91e01e5b1466a2aca
parentf8d937b331ac985264c76d76b447683fc494d38a
selftest: disable SMB encryption in simpleserver environment

Encryption is currently not tested in this env so we can safely turn it
off. The next commit will add a blackbox tests that test combinations of
having encryption globally turned off and enabled (desired/required) on
a share.

This also adds a new share "enc_desired" with "smb encrypt = desired"
which will be used by the test in the next commit.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12520

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba3.pm