SlackBuildsOrg/network/mod_auth_kerb
B. Watson a8a4908b0e
network/mod_auth_kerb: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:18:46 +07:00
..
doinst.sh
mod_auth_kerb.c.patch
mod_auth_kerb.conf
mod_auth_kerb.info
mod_auth_kerb.SlackBuild
README
slack-desc

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.

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.