summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_kerb/README
diff options
context:
space:
mode:
author Thibaut Notteboom2013-10-29 03:50:23 +0100
committer Robby Workman2013-10-29 03:50:23 +0100
commit5cb7ea080752a8bccae5acffa120302b435932fd (patch)
treef928be476bb52a29567d188ffe41216edce6c954 /network/mod_auth_kerb/README
parent86420ece8da721209a0eb9d589e35ce6414bb908 (diff)
downloadslackbuilds-5cb7ea080752a8bccae5acffa120302b435932fd.tar.gz
network/mod_auth_kerb: require krb5 instead of heimdal
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_kerb/README')
-rw-r--r--network/mod_auth_kerb/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/network/mod_auth_kerb/README b/network/mod_auth_kerb/README
index 4a610644df..9c2df762ad 100644
--- a/network/mod_auth_kerb/README
+++ b/network/mod_auth_kerb/README
@@ -4,10 +4,8 @@ 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.
+Mod_auth_kerb can be further configured through the Apache configuration file;
+see the README in the package's documentation directory for details.