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: ldb-2.2.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cabf873b75b1d4d456190358bc3ed051bca16978;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 --- 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