diff options
author | Thibaut Notteboom <tib@tibux.org> | 2013-10-28 21:50:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-28 21:50:23 -0500 |
commit | 5cb7ea080752a8bccae5acffa120302b435932fd (patch) | |
tree | f928be476bb52a29567d188ffe41216edce6c954 /network/mod_auth_kerb/README | |
parent | 86420ece8da721209a0eb9d589e35ce6414bb908 (diff) | |
download | slackbuilds-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/README | 6 |
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. |