Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 47d1a15b7e30588f095ec35b5440543f > files > 1

apache-mod_auth_kerb-5.4-2mdv2010.0.i586.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>