mod_auth_shadow - An Apache module for authentication using /etc/shadow
Description:
When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody". mod_auth_shadow addresses this difficulty by opening a pipe to an suid root program, validate, which does the actual validation. When there is a failure, validate writes an error message to the system log, and waits three seconds before exiting.
Homepage: http://mod-auth-shadow.sourceforge.net
License: GPL
Vendor: Fedora Project
Packages
mod_auth_shadow-2.2-3.fc7.x86_64 [19 KiB] |
Changelog by David Anderson (2007-04-03):
- Removed chmod/chown from makefile (sometimes caused root builds to fail) |