diff options
author | jlam <jlam@pkgsrc.org> | 2003-03-19 22:28:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-03-19 22:28:53 +0000 |
commit | 4ab2bc57412053e18d23326586384c060868d823 (patch) | |
tree | e3d470e55eca595f2476540f3cdfbb7709f6bbf9 /security/cy2-ntlm | |
parent | cf0f11028cd12beb28e35a74c795d6f092892713 (diff) | |
download | pkgsrc-4ab2bc57412053e18d23326586384c060868d823.tar.gz |
Initial import of security/cy2-ntlm.
This is the Cyrus SASL plugin that implements the NTLM (MS Windows NT)
authentication mechanism.
Diffstat (limited to 'security/cy2-ntlm')
-rw-r--r-- | security/cy2-ntlm/DESCR | 8 | ||||
-rw-r--r-- | security/cy2-ntlm/Makefile | 20 | ||||
-rw-r--r-- | security/cy2-ntlm/PLIST | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/security/cy2-ntlm/DESCR b/security/cy2-ntlm/DESCR new file mode 100644 index 00000000000..66d43bbd00e --- /dev/null +++ b/security/cy2-ntlm/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 NTLM (MS Windows NT) +authentication mechanism. diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile new file mode 100644 index 00000000000..b5d3386e90f --- /dev/null +++ b/security/cy2-ntlm/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/19 22:28:53 jlam Exp $ + +PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/} +COMMENT= Cyrus SASL NTLM authentication plugin +SASL_PLUGIN= YES + +.include "../cyrus-sasl2/Makefile.common" + +CONFIGURE_ARGS+= --enable-ntlm # NTLM +CONFIGURE_ARGS+= --with-openssl=${SSLBASE} + +BUILD_DIRS= ${WRKSRC}/plugins +ALL_TARGET= libntlm.la + +do-install: + cd ${WRKSRC}/plugins && \ + ${PKGLIBTOOL} --mode=install ${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR} + +.include "../../security/openssl/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/cy2-ntlm/PLIST b/security/cy2-ntlm/PLIST new file mode 100644 index 00000000000..3ffccef9756 --- /dev/null +++ b/security/cy2-ntlm/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/19 22:28:53 jlam Exp $ +lib/sasl2/libntlm.a +lib/sasl2/libntlm.la +lib/sasl2/libntlm.so +lib/sasl2/libntlm.so.2 +lib/sasl2/libntlm.so.2.12 |