slackbuilds_ponce/network/mod_auth_kerb
Thibaut Notteboom 7f2f69966e network/mod_auth_kerb: Added (Kerberos Module for Apache)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-02-14 00:26:35 -06:00
..
doinst.sh network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
mod_auth_kerb.c.patch network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
mod_auth_kerb.conf network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
mod_auth_kerb.info network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
mod_auth_kerb.SlackBuild network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
README network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00
slack-desc network/mod_auth_kerb: Added (Kerberos Module for Apache) 2013-02-14 00:26:35 -06:00

Mod_auth_kerb is an Apache module designed to provide Kerberos
authentication to the Apache web server. The module also supports
the Negotiate authentication method, which performs full Kerberos
authentication based on ticket exchanges, and does not require
users to insert their passwords to the browser.

This requires heimdal.

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

Mod_auth_kerb can be further configured through the Apache configuration
file; see the README in the package's documentation directory for details.