summaryrefslogtreecommitdiff
path: root/security/cy-login/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/cy-login/DESCR')
-rw-r--r--security/cy-login/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/cy-login/DESCR b/security/cy-login/DESCR
new file mode 100644
index 00000000000..8dcd42beed7
--- /dev/null
+++ b/security/cy-login/DESCR
@@ -0,0 +1,9 @@
+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 LOGIN authentication
+mechanism. It's recommended that it only be used if absolutely necessary
+since it is not a secure authentication scheme.