mod_auth_pamacea is an Apache 2 authentication module. It uses a login form (rather than basic auth) to collect username and password information, and then authenticates using PAM. Cookies are required.
| Tags | Internet Web HTTP Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Solaris Mac OS X Linux |
| Implementation | C |
Recent releases


Changes: This release adds support for Apache 2.2, no-cache headers, skipping IP validation, and "what the user typed" mode for when a PAM module might change a username. It also contains the usual bugfixes.


Changes: This release improves interaction with PAMs on Linux, improves PamaceaSingleSignOnMode UserFile handling, fixes a segmentation fault when operating in a mixed Pamacea/Non-Pamacea environment, performs stricter cookie validation, and closes a potential cross site scripting vulnerability.


Changes: This release improves operation in a mixed SSL/non-SSL environment and fixes two bugs.


Changes: This version adds support for auth realms by document path and fixes several bugs.


Changes: This release introduces multiple flavors of single sign on, an htpasswd-based PAM module, a revamped session manager, and an idle time out. A problem with Linux PAM has been addressed.