From cabf873b75b1d4d456190358bc3ed051bca16978 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Jul 2020 14:31:54 +1200 Subject: [PATCH] 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 --- selftest/quick | 3 +++ 1 file changed, 3 insertions(+) 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