[jira] Created: (MODPYTHON-169) Add feature to allow mod_python to be an auth provider.

2006-05-05 Thread Graham Dumpleton (JIRA)
Add feature to allow mod_python to be an auth provider. --- Key: MODPYTHON-169 URL: http://issues.apache.org/jira/browse/MODPYTHON-169 Project: mod_python Type: New Feature Components: core Reporter:

Re: [jira] Created: (MODPYTHON-169) Add feature to allow mod_python to be an auth provider.

2006-05-05 Thread Jorey bump
+1 But I think any example functions in the documentation should return apache.AUTH_DENIED by default, with the conditionals checking for success, not failure: def authbasicprovider(req, user, password): if user in users: if users[user] == password: return