From 476703f669d8795ffe7684d1d400191545ce6f6f Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 6 Jan 2014 15:27:07 +0800 Subject: Sample config and .spec file. --- authnz_pam.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 authnz_pam.conf (limited to 'authnz_pam.conf') diff --git a/authnz_pam.conf b/authnz_pam.conf new file mode 100644 index 0000000..41cb70d --- /dev/null +++ b/authnz_pam.conf @@ -0,0 +1,22 @@ + +# 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" +# KrbMethodNegotiate On +# KrbMethodK5Passwd Off +# KrbAuthRealms EXAMPLE.COM +# Krb5KeyTab /etc/http.keytab +# KrbLocalUserMapping On +# Require pam-account webapp +# + -- cgit