From 22605e7336e2346c781207f286a032ce668c2e2a Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Wed, 8 Jan 2014 13:45:37 +0800 Subject: List the PAM authorization feature first to de-emphasise Basic Auth. --- authnz_pam.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'authnz_pam.conf') diff --git a/authnz_pam.conf b/authnz_pam.conf index 41cb70d..da57cd8 100644 --- a/authnz_pam.conf +++ b/authnz_pam.conf @@ -1,14 +1,6 @@ # LoadModule authnz_pam_module modules/mod_authnz_pam.so # -# -# AuthType Basic -# AuthName "private area" -# AuthBasicProvider PAM -# AuthPAMService webapp -# Require valid-user -# -# # # AuthType Kerberos # AuthName "Kerberos Login" @@ -19,4 +11,12 @@ # KrbLocalUserMapping On # Require pam-account webapp # +# +# +# AuthType Basic +# AuthName "private area" +# AuthBasicProvider PAM +# AuthPAMService webapp +# Require valid-user +# -- cgit