https://github.com/pix/mod_authnz_certs
https://github.com/pix/mod_authnz_certs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pix/mod_authnz_certs
- Owner: pix
- Created: 2009-09-10T09:00:40.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-10T09:04:41.000Z (almost 17 years ago)
- Last Synced: 2025-03-21T11:32:29.526Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
Mod_Authnz_Certs version 0.0.2
Original Coder: Camille Moncelier
Based On: Mod_Authnz_External
Introduction:
-------------
Mod_Authnz_Certs is an Apache module used for authentication. The Apache
HTTP Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process
of checking if the password given is correct for a user. Apache has
standard modules for authenticating out of several different kinds of
databases. Mod_Authnz_Certs is a tool allowing apache to *blindly* trust
a user based on the client certificate he provides, or use another
authentification mechanism.
Compatibility:
--------------
The current version of mod_authnz_certs is designed for use with Apache 2.2.
It will not work with older versions of Apache.