summaryrefslogtreecommitdiff
path: root/security/cy2-crammd5/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-13 18:13:28 +0000
committerjlam <jlam@pkgsrc.org>2004-08-13 18:13:28 +0000
commit65e3156ac8a12710792c0cb316ba88cd0717fe96 (patch)
tree0e69e89ab9c05ddadaed439a2e1eb8883cca58fa /security/cy2-crammd5/DESCR
parent8e3e379621a3b2b543e835725192f4e01f4f35fe (diff)
downloadpkgsrc-65e3156ac8a12710792c0cb316ba88cd0717fe96.tar.gz
Initial import of security/cy2-crammd5, the SASL CRAM-MD5 AUTH plugin.
Diffstat (limited to 'security/cy2-crammd5/DESCR')
-rw-r--r--security/cy2-crammd5/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/cy2-crammd5/DESCR b/security/cy2-crammd5/DESCR
new file mode 100644
index 00000000000..dc57af87e94
--- /dev/null
+++ b/security/cy2-crammd5/DESCR
@@ -0,0 +1,8 @@
+SASL is a method for adding authentication support to connection-based
+protocols. To use SASL, a protocol includes a command for identifying and
+authenticating a user to a server and for optionally negotiating protection
+of subsequent protocol interactions. If its use is negotiated, a security
+layer is inserted between the protocol and the connection.
+
+This is the Cyrus SASL plugin that implements the CRAM-MD5 authentication
+mechanism.