Path to this page:
./
security/cyrus-sasl,
Simple Authentication and Security Layer
Branch: pkgsrc-2011Q4,
Version: 2.1.25,
Package name: cyrus-sasl-2.1.25,
Maintainer: obacheSASL 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.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.9 2006/04/18 17:41:30 jlam Exp $
SASLDB=@PKG_SYSCONFDIR@/sasldb.db
case ${STAGE} in
POST-DEINSTALL)
if ${TEST} -f ${SASLDB}; then
${CAT} << EOF
===========================================================================
You may want to remove the SASL password data file:
${SASLDB}
===========================================================================
EOF
fi
;;
esac
Required to build:[
devel/libtool-base] [
devel/gmake]
Master sites: (Expand)
SHA1: b6c34426012d9b5d448d5646cbecd818a5eeacbf
RMD160: c9ed9093828f7f7bb1b35c8a690cadbcd44f3862
Filesize: 5087.148 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version cyrus-sasl-2.1.25 (created)