Topics

Archives

Handy References

Archive for July, 2008

Configuring auth_pam

Tuesday, July 22nd, 2008

mod_auth_pam is an somewhat orphaned project that allows Apache 1.3 and 2.0 to be tied to the Linux user authentication module (PAM). – http://pam.sourceforge.net/mod_auth_pam/configure.html is a good basic reference.  You can download the source from there. – You may need to include apxs in your path (PATH=$PATH:/usr/sbin perhaps?) – make & make install mod_auth_pam per the [...]