in reply to CGI::Application::Plugin::Authentication, switch from DBI to htpasswd
I think .htpasswd files are colon separated files. In the first column is the user name and in the second column is the (has of the) password. Or something like this - I've only interacted with them using the htpasswd program. But the username and password are stored positionally in the htpasswd files.
On second thought, likely the format is just the same as of plain passwd files.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Application::Plugin::Authentication, switch from DBI to htpasswd
by chris- (Initiate) on Jan 16, 2009 at 12:05 UTC | |
|
Re^2: CGI::Application::Plugin::Authentication, switch from DBI to htpasswd
by chris- (Initiate) on Jan 13, 2009 at 14:56 UTC |