From: Andrew Bartlett Date: Wed, 1 Jul 2020 02:31:54 +0000 (+1200) Subject: selftest: Run test of how userPassword / crypt() style passwords are stored in quicktest X-Git-Tag: samba-4.11.12~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36dc13c1a01293a2d1fb5e35cce673545a00153;p=thirdparty%2Fsamba.git selftest: Run test of how userPassword / crypt() style passwords are stored in quicktest This ensures that the crypt_r()/crypt_rn()/crypt() behaviour is tested in all the samba-o3 builds and so is checked on RHEL7 in GitLab CI. https://bugzilla.samba.org/show_bug.cgi?id=14424 Signed-off-by: Andrew Bartlett Reviewed-by: Alexander Bokovoy (cherry picked from commit cabf873b75b1d4d456190358bc3ed051bca16978) Autobuild-User(v4-11-test): Karolin Seeger Autobuild-Date(v4-11-test): Mon Jul 6 15:10:27 UTC 2020 on sn-devel-184 --- diff --git a/selftest/quick b/selftest/quick index 7605f3f8877..0e79f1020bf 100644 --- a/selftest/quick +++ b/selftest/quick @@ -35,3 +35,6 @@ rpc.echo smb.signing drs.unit samba4.blackbox.dbcheck.dc +# This needs to be here to get testing of crypt_r() +# behaviour on multiple OS distributions. +samba.tests.samba_tool.user_virtualCryptSHA_userPassword \ No newline at end of file