Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ad570cd29867419d45920a6c0789037f > files > 1

apache-mod_auth_kerb-5.3-4mdv2008.0.src.rpm

<IfDefine HAVE_AUTH_KERB>
    <IfModule !mod_auth_kerb.c>
	LoadModule auth_kerb_module	extramodules/mod_auth_kerb.so
    </IfModule>
</IfDefine>

#
# Sample configuration: Kerberos authentication must only be
# used over SSL to prevent replay attacks.  The keytab file
# configured must be readable only by the "apache" user, and
# must contain service keys for "HTTP/www.example.com", where
# "www.example.com" is the FQDN of this server.
#

#<Location /private>
#  SSLRequireSSL
#  AuthType Kerberos
#  AuthName "Kerberos Login"
#  KrbMethodNegotiate On
#  KrbMethodK5Passwd Off
#  KrbAuthRealms EXAMPLE.COM
#  Krb5KeyTab /etc/httpd/conf/keytab
#  require valid-user
#</Location>