You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/28 08:13:43 UTC

[Bug 55021] New: Support arbitrary sql to authentication username/password

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: bugs@httpd.apache.org
          Reporter: rod@vagg.org

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55021] Support arbitrary sql to authentication username/password

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55021

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org