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 2014/07/31 03:51:49 UTC

[Bug 56794] New: Added AuthDBDFullAuthQuery option

https://issues.apache.org/bugzilla/show_bug.cgi?id=56794

            Bug ID: 56794
           Summary: Added AuthDBDFullAuthQuery option
           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

Created attachment 31861
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31861&action=edit
Add AuthDBDFullAuthQuery to mod_authn_dbd.c

I'm using this to extend mod_authn_dbd for novel auth queries that don't fit in
to the pattern of - fetch password and compare to provided password. In
particular, cases where you need to compare to an encoded password, especially
passwords encoded with non-standard means (like base64 + sha2 with mysql which
turns out to be a complicated query).

AuthDBDFullAuthQuery lets you provide a full query that will take two
parameters, a username and a password and will let the query do the
authentication work.

-- 
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 56794] Added AuthDBDFullAuthQuery option

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

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
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