summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_gssapi/README
blob: c1d0f309686b00d12dbc70b5f4ad2b795047811a (plain)
1
2
3
4
5
6
7
8
9
10
11
The mod_auth_gssapi is an Apache module designed to provide Kerberos
authentication to the Apache HTTP Server. This module has been built
as a replacement for the aging mod_auth_kerb. Its aim is to use only
GSSAPI calls and be as much as possible agnostic of the actual
mechanism used.

You will need to add the following line to /etc/httpd/httpd.conf:
  Include /etc/httpd/extra/mod_auth_gssapi.conf

gss-ntlmssp is an optional dependency (autodetected) for NTLMSSP
support.