pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cy2-ldapdb Import cy2-ldapdb version 2.1.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67204f7c41f9
branches:  trunk
changeset: 521864:67204f7c41f9
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Nov 25 13:35:25 2006 +0000

description:
Import cy2-ldapdb version 2.1.22.
Based on PR 33317 by Yoshito Komatsu.

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 LDAPDB authentication

diffstat:

 security/cy2-ldapdb/DESCR    |   8 ++++++++
 security/cy2-ldapdb/Makefile |  22 ++++++++++++++++++++++
 security/cy2-ldapdb/PLIST    |   2 ++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 9d25d9cdfbbf -r 67204f7c41f9 security/cy2-ldapdb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-ldapdb/DESCR Sat Nov 25 13:35:25 2006 +0000
@@ -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 LDAPDB authentication
+mechanism.
diff -r 9d25d9cdfbbf -r 67204f7c41f9 security/cy2-ldapdb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-ldapdb/Makefile      Sat Nov 25 13:35:25 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/25 13:35:25 obache Exp $
+
+PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
+COMMENT=       Cyrus SASL LDAPDB authentication plugin
+SASL_PLUGIN=   yes
+
+.include "../../security/cyrus-sasl/Makefile.common"
+
+CONFIGURE_ARGS+=       --with-ldap=${BUILDLINK_PREFIX.openldap}
+CONFIGURE_ARGS+=       --enable-ldapdb
+
+BUILD_DIRS=    ${WRKSRC}/plugins
+BUILD_TARGET=  libldapdb.la
+
+.include "../../databases/openldap-client/buildlink3.mk"
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PLUGINDIR}
+       cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install             \
+               ${INSTALL_PROGRAM} libldapdb.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9d25d9cdfbbf -r 67204f7c41f9 security/cy2-ldapdb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-ldapdb/PLIST Sat Nov 25 13:35:25 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/25 13:35:25 obache Exp $
+lib/sasl2/libldapdb.la



Home | Main Index | Thread Index | Old Index