On Fri, Jul 06, 2007 at 12:20:31AM -0400, Brad wrote:
> mutt having SMTP support is pretty cool. Having SASL support enabled
> would make it usable for a lot more users.

Cool indeed. With NTLM enabled SASL I can login with it to exchange.
Antoine, please consider attached patch for cyrus-sasl for commint.
Thanks.

-- 
best regardss
q#
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/cyrus-sasl2/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile    18 Jun 2007 12:31:20 -0000      1.40
+++ Makefile    6 Jul 2007 09:05:46 -0000
@@ -3,11 +3,13 @@
 COMMENT=       RFC 2222 SASL (Simple Authentication and Security Layer)
 
 DISTNAME=      cyrus-sasl-2.1.22
+PKGNAME=       ${DISTNAME}p0
 SHARED_LIBS=   anonymous       2.22 \
                crammd5         2.22 \
                digestmd5       2.22 \
                gssapiv2        2.22 \
                login           2.22 \
+               ntlm            2.22 \
                otp             2.22 \
                plain           2.22 \
                sasl2           2.22 \
@@ -41,6 +43,7 @@
                --with-plugindir=${PREFIX}/lib/sasl2 \
                --enable-login \
                --enable-static \
+               --enable-ntlm \
                --disable-sample
 
 MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config ${WRKSRC}/saslauthd/config
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/security/cyrus-sasl2/pkg/PFRAG.shared,v
retrieving revision 1.13
diff -u -r1.13 PFRAG.shared
--- pkg/PFRAG.shared    24 Dec 2005 20:52:58 -0000      1.13
+++ pkg/PFRAG.shared    6 Jul 2007 09:05:46 -0000
@@ -5,6 +5,7 @@
 @lib lib/sasl2/libdigestmd5.so.${LIBdigestmd5_VERSION}
 @lib lib/sasl2/libgssapiv2.so.${LIBgssapiv2_VERSION}
 @lib lib/sasl2/liblogin.so.${LIBlogin_VERSION}
[EMAIL PROTECTED] lib/sasl2/libntlm.so.${LIBntlm_VERSION}
 @lib lib/sasl2/libotp.so.${LIBotp_VERSION}
 @lib lib/sasl2/libplain.so.${LIBplain_VERSION}
 @lib lib/sasl2/libsasldb.so.${LIBsasldb_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/cyrus-sasl2/pkg/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- pkg/PLIST   18 Jun 2007 12:31:20 -0000      1.15
+++ pkg/PLIST   6 Jul 2007 09:05:46 -0000
@@ -21,6 +21,8 @@
 lib/sasl2/libgssapiv2.la
 lib/sasl2/liblogin.a
 lib/sasl2/liblogin.la
+lib/sasl2/libntlm.a
+lib/sasl2/libntlm.la
 lib/sasl2/libotp.a
 lib/sasl2/libotp.la
 lib/sasl2/libplain.a

Reply via email to