mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
bd15894434
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
401 B
Text
8 lines
401 B
Text
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
|