diff options
author | Thibaut Notteboom <tib@tibux.org> | 2013-02-10 01:36:50 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:35 -0600 |
commit | 7f2f69966e97765c8fd54a70a29e8cafe006028e (patch) | |
tree | 9d04f00e3135ad7522e12062c6e5e86ad535e75f /network/mod_auth_kerb/slack-desc | |
parent | c2b1f1137e757b3a3f21e7c6dda333b058e84e85 (diff) | |
download | slackbuilds-7f2f69966e97765c8fd54a70a29e8cafe006028e.tar.gz |
network/mod_auth_kerb: Added (Kerberos Module for Apache)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_kerb/slack-desc')
-rw-r--r-- | network/mod_auth_kerb/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/mod_auth_kerb/slack-desc b/network/mod_auth_kerb/slack-desc new file mode 100644 index 0000000000..460d607a2f --- /dev/null +++ b/network/mod_auth_kerb/slack-desc @@ -0,0 +1,18 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mod_auth_kerb: mod_auth_kerb (Kerberos Module for Apache) +mod_auth_kerb: +mod_auth_kerb: Mod_auth_kerb is an Apache module designed to provide Kerberos +mod_auth_kerb: authentication to the Apache web server. The module also supports +mod_auth_kerb: the Negotiate authentication method, which performs full Kerberos +mod_auth_kerb: authentication based on ticket exchanges, and does not require +mod_auth_kerb: users to insert their passwords to the browser. +mod_auth_kerb: +mod_auth_kerb: Homepage: http://modauthkerb.sourceforge.net/ +mod_auth_kerb: |