summaryrefslogtreecommitdiffstats
path: root/authnz_pam.conf
blob: e579e39f5f734a1df8cb980d2b0b17047824d249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# <Location /login>
# AuthType Kerberos
# AuthName "Kerberos Login"
# KrbMethodNegotiate On
# KrbMethodK5Passwd Off
# KrbAuthRealms EXAMPLE.COM
# Krb5KeyTab /etc/http.keytab
# KrbLocalUserMapping On
# Require pam-account webapp
# </Location>
#
# <Location /protected>
# AuthType Basic
# AuthName "private area"
# AuthBasicProvider PAM
# AuthPAMService webapp
# Require valid-user
# </Location>