diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 01:52:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 01:52:25 +0000 |
commit | 54ea5fa715f18668aae6e189818f933c5c169921 (patch) | |
tree | d4bc325b510261da521c928e6ffff574f259de04 /security/cyrus-sasl/pkg-descr | |
parent | 94160ce38dc1d34e393359041c73a8af5970588c (diff) | |
download | freebsd-ports-54ea5fa715f18668aae6e189818f933c5c169921.zip |
Adding cyrus-sasl version 1.5.13.
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Diffstat (limited to 'security/cyrus-sasl/pkg-descr')
-rw-r--r-- | security/cyrus-sasl/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cyrus-sasl/pkg-descr b/security/cyrus-sasl/pkg-descr new file mode 100644 index 000000000000..aabf743f0683 --- /dev/null +++ b/security/cyrus-sasl/pkg-descr @@ -0,0 +1,11 @@ +The Cyrus SASL (Simple Authentication and Security Layer) + +SASL is the Simple Authentication and Security Layer, 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. + +WWW: http://asg.web.cmu.edu/sasl/ |