Commit graph

12 commits

Author SHA1 Message Date
Brian Coca
2f0f04437b made password no_log in htpasswd 2016-06-28 10:21:45 -04:00
Michael Scherer
5846a5549d Port htpasswd to python3 compatible syntax (#3672) 2016-05-17 10:17:24 -07:00
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
2015-12-04 09:20:29 -08:00
Greg DeKoenigsberg
57dcf2c9dd @lorin stepping down as maintainer 2015-10-28 14:38:11 -04:00
James Cammarata
9acf10face Correctly default crypt_scheme in htpasswd 2015-07-10 13:51:25 -04:00
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.
2015-06-29 23:33:31 -04:00
Toshio Kuratomi
6611ee34a5 Fix for when the password file did not exist previously 2015-06-24 11:23:34 -07:00
James Cammarata
a1181b490b Merge pull request #1406 from Jmainguy/htpasswd_blank
remove blank lines from htpasswd file
2015-06-23 13:32:02 -04:00
Greg DeKoenigsberg
2a5f0bde87 Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
Jonathan Mainguy
41049042de remove blank lines from htpasswd file
used standard mktemp()
2015-05-26 19:06:54 -04:00
Alex King
18183caf86 Extend hashes that can be specified by crypt_scheme beyond those
understood by Apache/Nginx.
2014-12-09 13:33:02 +13:00
Michael DeHaan
c8e1a2077e file extensions! 2014-09-26 10:37:56 -04:00
Renamed from web_infrastructure/htpasswd (Browse further)