]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Run test of how userPassword / crypt() style passwords are stored in quicktest
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jul 2020 02:31:54 +0000 (14:31 +1200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Jul 2020 15:10:27 +0000 (15:10 +0000)
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 <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit cabf873b75b1d4d456190358bc3ed051bca16978)

Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Mon Jul  6 15:10:27 UTC 2020 on sn-devel-184

selftest/quick

index 7605f3f88774eb21b251922bb92c39e489695169..0e79f1020bf116bd02d854208643b7f447c4831e 100644 (file)
@@ -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