diff options
author | chris <chris> | 2002-10-27 15:08:59 +0000 |
---|---|---|
committer | chris <chris> | 2002-10-27 15:08:59 +0000 |
commit | 106234fec35368c5ae2f12b9c51969ce83133daa (patch) | |
tree | 3843fdc6b627f0763070f618f6fcaa7039ccdf3c /security/cyrus-sasl2/DESCR | |
parent | 588c4668662c21d73d4bcc6b6e9b7c12c6075261 (diff) | |
download | pkgsrc-106234fec35368c5ae2f12b9c51969ce83133daa.tar.gz |
Initial import of cyrus-sasl 2.1.9.
This is the latest release of cyrus-sasl. It is needed for the 2.1.x
versions of cyrus-imapd.
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.
Diffstat (limited to 'security/cyrus-sasl2/DESCR')
-rw-r--r-- | security/cyrus-sasl2/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/DESCR b/security/cyrus-sasl2/DESCR new file mode 100644 index 00000000000..5a3474499b8 --- /dev/null +++ b/security/cyrus-sasl2/DESCR @@ -0,0 +1,14 @@ +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 API implentation. It can be used on the client or +server side to provide authentication. See RFC 2222 for more information. + +There's a mailing list for Cyrus SASL. Subscribe by sending a message +to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl". +The mailing list is available via anonymous IMAP at +imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at +http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl. |