Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mod_auth_shadow - An Apache module for authentication using /etc/shadow
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
mod_auth_shadow |
2.2 |
3.fc6 |
src |
17 KiB |
Tue Apr 3 03:11:55 2007 |
Changelog
- * Tue Apr 3 18:00:00 2007 David Anderson <fedora-packaging{%}dw-perspective{*}org{*}uk> 2.2-3
- Removed chmod/chown from makefile (sometimes caused root builds to fail)
- * Mon Apr 2 18:00:00 2007 David Anderson <fedora-packaging{%}dw-perspective{*}org{*}uk> 2.2-1
- Upstream new release (includes license file)
- * Sat Mar 24 18:00:00 2007 David Anderson <fedora-packaging{%}dw-perspective{*}org{*}uk> 2.1-3
- First packaging for Fedora Extras (modified from upstream spec file)