The mod_auth_kerb module implements Kerberos authentication over HTTP, following the "Negotiate" protocol.
The LoadModule statement is done in conf.d/10-auth_kerb.conf
LoadModule auth_kerb_module modules/mod_auth_kerb.so
#
# The mod_auth_kerb module implements Kerberos authentication over HTTP, following the "Negotiate" protocol.
#
# The LoadModule statement is done in conf.d/10-auth_kerb.conf
# LoadModule auth_kerb_module modules/mod_auth_kerb.so
<Location /kerberostest>
AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate On
KrbMethodK5Passwd Off
KrbAuthRealms EXAMPLE.COM
KrbServiceName HTTP
Krb5KeyTab $JBCS_HOME/httpd/krb5.keytab
require valid-user
</Location>
Copy to ClipboardCopied!Toggle word wrapToggle overflow