summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_kerb
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 18:09:16 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 18:09:16 -0400
commitbbb328699adf2ee478f00bf401e69da283915b96 (patch)
tree79d1281adffd5bd5f42ddcec953c79d9ccc5f98d /network/mod_auth_kerb
parent75cd9e29c0d3982f6ab53718a22670f11aa2f292 (diff)
downloadslackbuilds-bbb328699adf2ee478f00bf401e69da283915b96.tar.gz
slackbuilds-bbb328699adf2ee478f00bf401e69da283915b96.tar.xz
network/mod_auth_kerb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/mod_auth_kerb')
-rw-r--r--network/mod_auth_kerb/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/network/mod_auth_kerb/README b/network/mod_auth_kerb/README
index 9c2df762ad..4be7a5ca39 100644
--- a/network/mod_auth_kerb/README
+++ b/network/mod_auth_kerb/README
@@ -1,11 +1,12 @@
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.
+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.
+Mod_auth_kerb can be further configured through the Apache
+configuration file; see the README in the package's documentation
+directory for details.