From 2b83027965278e06f8936a1dc1ab2fc1883dda29 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Wed, 8 Jan 2014 03:24:37 -0500 Subject: Run Kerberos authentication through PAM access check for service wikiapp. (cherry picked from commit 34abb53a91f5eec644c9367004a634b5b904b734) --- auth_kerb.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth_kerb.conf b/auth_kerb.conf index e76cb39..ea3eb6b 100644 --- a/auth_kerb.conf +++ b/auth_kerb.conf @@ -1,11 +1,12 @@ LoadModule auth_gssapi_module modules/mod_auth_gssapi.so +LoadModule authnz_pam_module modules/mod_authnz_pam.so AuthType GSSAPI AuthName "Kerberos Login" GssapiCredStore keytab:/etc/http.keytab - require valid-user + require pam-account wikiapp ErrorDocument 401 'Kerberos authentication did not pass.' -- cgit