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: [email protected]
          Reporter: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to