https://issues.apache.org/bugzilla/show_bug.cgi?id=55021
Bug ID: 55021
Summary: Support arbitrary sql to authentication
username/password
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_authn_dbd
Assignee: [email protected]
Reporter: [email protected]
Being limited to the internal Apache password hashing methods is just plain
annoying. I extended mod_authn_dbd to support a AuthDBDFullAuthQuery that is
passed both `username` and `password` and returns >0 results to indicate
successful login and 0 results to indicate a failed login. That way I can push
the hashing method into the database where it's easier to extend.
Code is here if you'd like it upstream:
https://github.com/rvagg/mod_authn_dbd_as diff is here:
https://github.com/rvagg/mod_authn_dbd_as/compare/b3204a7c29...master#diff-1
(against 2.2.22--the version I cared about).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]