https://github.com/moriyoshi/mod_authn_dbd_x
mod_authn_dbd with a different flavor.
https://github.com/moriyoshi/mod_authn_dbd_x
Last synced: 2 months ago
JSON representation
mod_authn_dbd with a different flavor.
- Host: GitHub
- URL: https://github.com/moriyoshi/mod_authn_dbd_x
- Owner: moriyoshi
- Created: 2012-01-12T16:04:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-12T16:17:45.000Z (over 13 years ago)
- Last Synced: 2025-03-07T02:49:09.525Z (2 months ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
mod_authn_dbd_x
===============
mod_authn_dbd_x is a variant of Apache module mod_authn_dbd.mod_authn_dbd_x can authenticate an user against the database with a custom password hashing method. Thus it only makes sense when basic authentication is used.
Directives
----------``AuthDBDCheckAccessQuery``
Specifies the query to check if an user with the given credentials can access to the requested resource or not. The query must return an integer value, 0 for "not accessible" or a value other than 0 for "accessible".The parameters given to the query are ``password`` and ``user`` in the listed order.