On Tue, Sep 16, 2014 at 12:16 PM, lejeczek <[email protected]> wrote: > I see there is no "mod_auth_pam" in repos, is there anything that has > replaced it would you know?
The "mod_auth_pam" package for EL5 and EL6 is provided by the EPEL repositories [1]. mod_auth_pam has been unsupported and no longer developed by upstream since Apache 2.0. SL7 ships with Apache 2.4. [2] You should take a look at mod_authnz_external as a replacement. [3] Please note that there is presently no EPEL 7 package yet, so you'll have to compile it from source. [1] https://fedoraproject.org/wiki/EPEL [2] http://pam.sourceforge.net/mod_auth_pam/ [3] http://code.google.com/p/mod-auth-external/ Brandon Vincent
