https://bz.apache.org/bugzilla/show_bug.cgi?id=65172

            Bug ID: 65172
           Summary: authn_socache doesn't cache well with authn_dbd if
                    query contains additional columns
           Product: Apache httpd-2
           Version: 2.4.46
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_authn_socache
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hi,

As recommended in the docs, I tried configuring authn_dbd with authn_socache.
This works well if AuthDBDUserPWQuery contains only the password column, but if
it contains additional columns then it doesn't cache them and their value
cannot be used.

e.g.
AuthDBDUserPWQuery "SELECT password, name, mail, ... FROM users"

in such case, the value of name, mail, etc.. will not be defined as
AUTHENTICATE_ variables as expected.

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