OpenstackId relase 1.0.13

Security fix Blowfish password hash checking

This issue affect to all users with passwordEncryption= 'blowfish'
the code was only doing the hash comparision using only the first 10 chars
and not the whole hash string

Change-Id: I3382488baf221bc2d9337152e344c5ca312af42b
This commit is contained in:
Sebastian Marcet 2016-03-01 20:36:18 -03:00
parent 909b8af2e9
commit aec5619dd4

View File

@ -39,7 +39,7 @@ class openstack_project::openstackid_prod (
$ssl_cert_file_contents = '',
$ssl_key_file_contents = '',
$ssl_chain_file_contents = '',
$release = '1.0.12',
$release = '1.0.13',
$app_url = '',
$app_key = '',
) {