Changes between Version 22 and Version 23 of AccountManagerPlugin/AuthStores


Ignore:
Timestamp:
Jan 9, 2012, 6:43:59 PM (12 years ago)
Author:
Dennis McRitchie <dmcr@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/AuthStores

    v22 v23  
    121121</Location>
    122122}}}
    123 Note that, new with acct_mgr-0.4, '''authFile''' no longer needs to actually exist, nor be a file (not directory) that can be accessed via ''authentication_url''.
     123Note that, prior to acct_mgr-0.4, '''authFile''' had to actually exist in the filesystem, and be a file (not directory) that could be accessed via ''authentication_url''. This is no longer the case.: '''authFile''' does not need to exist; but theApache configuration '''must''' match the authentication_url setting.
    124124
    125125'''IMPORTANT:''' Be sure to test your configuration by attempting a login with a valid user, and both a valid and '''invalid''' password to ensure that your Apache <Location> or <!LocationMatch> section is getting executed. If it is not, you will be able to log in with an invalid password.
    126126
    127 Note: If you are having trouble getting !HttpAuthStore to work, enable DEBUG-level logging, and check for HttpAuthStore messages in your project's Trac log file.
     127Note: If you are having trouble getting !HttpAuthStore to work, enable DEBUG-level logging, and check for !HttpAuthStore messages in your project's Trac log file.
    128128
    129129== !SessionStore ==