diff options
Diffstat (limited to 'network/mod_auth_kerb/README')
-rw-r--r-- | network/mod_auth_kerb/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/network/mod_auth_kerb/README b/network/mod_auth_kerb/README deleted file mode 100644 index 9c2df762ad..0000000000 --- a/network/mod_auth_kerb/README +++ /dev/null @@ -1,11 +0,0 @@ -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. |