Commit Graph

12 Commits (fdda32ec525d92a0ed14f763ec9bd305d078bc99)

Author SHA1 Message Date
Brian Coca 2f0f04437b made password no_log in htpasswd 8 years ago
Michael Scherer 5846a5549d Port htpasswd to python3 compatible syntax (#3672) 8 years ago
Toshio Kuratomi 191347676e When the password file does not exist and we're making sure the user isn't in the password file, change error into a warning
Warning catches typos in the filename.  Since the playbook is saying
"make sure this user doesn't have an entry" it makes more sense to warn
than to error.

Fixes #2619
9 years ago
Greg DeKoenigsberg 57dcf2c9dd @lorin stepping down as maintainer 9 years ago
James Cammarata 9acf10face Correctly default crypt_scheme in htpasswd 9 years ago
Brian Coca 64e357020e Merge pull request #469 from alexkingnz/allow-extra-hash
Extend the htpasswd so it can use different hashes in addition to the 4 currently supported by Apache.
9 years ago
Toshio Kuratomi 6611ee34a5 Fix for when the password file did not exist previously 9 years ago
James Cammarata a1181b490b Merge pull request #1406 from Jmainguy/htpasswd_blank
remove blank lines from htpasswd file
9 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 9 years ago
Jonathan Mainguy 41049042de remove blank lines from htpasswd file
used standard mktemp()
9 years ago
Alex King 18183caf86 Extend hashes that can be specified by crypt_scheme beyond those
understood by Apache/Nginx.
10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago