Skip to content

Commit

Permalink
Initial import of security/cy2-anonymous, the SASL ANONYMOUS AUTH plu…
Browse files Browse the repository at this point in the history
…gin.
  • Loading branch information
jlam committed Aug 13, 2004
1 parent 14d2cdf commit 37a4a67
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions security/cy2-anonymous/DESCR
@@ -0,0 +1,8 @@
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 ANONYMOUS authentication
mechanism.
21 changes: 21 additions & 0 deletions security/cy2-anonymous/Makefile
@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:12:58 jlam Exp $

PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
COMMENT= Cyrus SASL ANONYMOUS authentication plugin
SASL_PLUGIN= yes

CONFLICTS= cyrus-sasl<=2.1.19nb1

.include "../cyrus-sasl2/Makefile.common"

CONFIGURE_ARGS+= --enable-anonymous

BUILD_DIRS= ${WRKSRC}/plugins
ALL_TARGET= libanonymous.la

do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libanonymous.la ${PLUGINDIR}

.include "../../mk/bsd.pkg.mk"
5 changes: 5 additions & 0 deletions security/cy2-anonymous/PLIST
@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:12:58 jlam Exp $
lib/sasl2/libanonymous.la
lib/sasl2/libanonymous.so
lib/sasl2/libanonymous.so.2
lib/sasl2/libanonymous.so.2.19

0 comments on commit 37a4a67

Please sign in to comment.