summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_kerb/README
diff options
context:
space:
mode:
author Thibaut Notteboom <tib@tibux.org>2011-12-19 23:13:14 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-12-19 23:13:14 -0600
commit5307c9ad60c78b8e90f561e0bed8f2c94444ca2d (patch)
tree483bcb86abc2b354cd799e026d809ab17fb10005 /network/mod_auth_kerb/README
parenta3c41cc16f3149ddcf88a0c679288e726ef690a6 (diff)
downloadslackbuilds-5307c9ad60c78b8e90f561e0bed8f2c94444ca2d.tar.gz
slackbuilds-5307c9ad60c78b8e90f561e0bed8f2c94444ca2d.tar.xz
network/mod_auth_kerb: Added (Kerberos Module for Apache)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_kerb/README')
-rw-r--r--network/mod_auth_kerb/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/mod_auth_kerb/README b/network/mod_auth_kerb/README
new file mode 100644
index 0000000000..5b9f062970
--- /dev/null
+++ b/network/mod_auth_kerb/README
@@ -0,0 +1,13 @@
+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.