diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 15:06:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 15:06:27 +0800 |
commit | eed38569069071dbdbf4391180936d8b834851b5 (patch) | |
tree | 9d53daeae5ddf62bf711be03a7dcfe2d15a62681 /security/cyrus-sasl/pkg-descr | |
parent | 62bf0a93217032b54ba842d7a71477f80a447f46 (diff) | |
download | freebsd-ports-graphics-eed38569069071dbdbf4391180936d8b834851b5.tar.gz freebsd-ports-graphics-eed38569069071dbdbf4391180936d8b834851b5.tar.zst freebsd-ports-graphics-eed38569069071dbdbf4391180936d8b834851b5.zip |
Use OpenSSL instaed of librc4 so this port's package can be exported.
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
Diffstat (limited to 'security/cyrus-sasl/pkg-descr')
-rw-r--r-- | security/cyrus-sasl/pkg-descr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/cyrus-sasl/pkg-descr b/security/cyrus-sasl/pkg-descr index aabf743f068..f7549fbbe0a 100644 --- a/security/cyrus-sasl/pkg-descr +++ b/security/cyrus-sasl/pkg-descr @@ -8,4 +8,29 @@ protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. +FEATURES +-------- +The following mechanisms are included in this distribution: +ANONYMOUS +CRAM-MD5 +DIGEST-MD5 +GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5) +KERBEROS_V4 +PLAIN + +The library can use a Berkeley DB, gdbm or ndbm file on the server +side to store per-user authentication secrets. The utility saslpasswd +has been included for adding authentication secrets to the file. + +PLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl +secrets database. By default PAM is used if PAM is found, then +Kerberos, finally /etc/passwd (non-shadow). This is tweakable in the +configuration file. Please see +"${PREFIX}/share/doc/sasl/sysadmin.html". + +The sample directory contains two programs which provide a reference +for using the library, as well as making it easy to test a mechanism +on the command line. See "${PREFIX}/share/doc/sasl/programming.html" +for more information. + WWW: http://asg.web.cmu.edu/sasl/ |