Skip to content
Snippets Groups Projects
Christian Heusel's avatar
Christian Heusel authored
As it turns out the value for this filters "rounds" parameter strongly
differs depending on the installed python crypto backend, since
python-crypt uses 5000 rounds while python-passlib uses 656000 rounds
set a default parameter according to ansible documentation.

As really high values for "rounds" lead to some login timeouts it makes
sense for us to use a fixed value for this parameter. In this case 5000
have been chosen as this value reflects the defaults from python-crypt
aswell as /etc/login.defs in the shadow package.

Link: https://github.com/ansible/ansible/pull/77963/files
Related-to: #250


Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
89d84e03
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
defaults
handlers
meta
tasks
templates