]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/blob - apache-mod_auth_kerb.conf
- rel 8
[packages/apache-mod_auth_kerb.git] / apache-mod_auth_kerb.conf
1 LoadModule auth_kerb_module modules/mod_auth_kerb.so
2
3 #
4 # Sample configuration: Kerberos authentication must only be
5 # used over SSL to prevent replay attacks.  The keytab file
6 # configured must be readable only by the "apache" user, and
7 # must contain service keys for "HTTP/www.example.com", where
8 # "www.example.com" is the FQDN of this server.
9 #
10
11 #<Location /private>
12 #       SSLRequireSSL
13 #       AuthType Kerberos
14 #       AuthName "Kerberos Login"
15 #       KrbMethodNegotiate On
16 #       KrbMethodK5Passwd Off
17 #       KrbAuthRealms EXAMPLE.COM
18 #       Krb5KeyTab /etc/httpd/conf/keytab
19 #       require valid-user
20 #</Location>
This page took 0.059769 seconds and 4 git commands to generate.