Meta Configuration of Package pwauth
1
<package name="pwauth" project="Apache:Modules">
2
<title>A Unix Web Authenticator</title>
3
<description>Pwauth is an authenticator designed to be used with mod_auth_external or
4
mod_authnz_external and the Apache HTTP Daemon to support reasonably secure web
5
authentication out of the system password database on most versions of Unix.
6
7
What pwauth actually does is very simple. Given a login and a password, it
8
returns a status code indicating whether it is a valid login/password or not.
9
It is normally installed as an suid-root program, so other programs (like
10
Apache or a CGI program) can run it to check if a login/password is valid even
11
though they don't themselves have read access to the system password database.
12
13
Authors:
14
---------
15
Jan Wolter
16
17
</description>
18
</package>
19