[Dovecot] [PATCH 0/10] NTLM patchset submission

Joshua Goodall joshua at roughtrade.net
Thu Jul 29 18:34:17 EEST 2004


On Thu, Jul 29, 2004 at 02:04:03PM +0400, Andrey Panin wrote:
> If you are still interested attached patch adds OpenLDAP {LANMAN}
> compatible (I hope) password scheme.

This is compatible with OpenLDAP's scheme, and works correctly
for PLAIN authentications on my small test set (as does {NTLM}).
I needed a small patch to compile it with latest CVS:

Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- Makefile.am	26 Jul 2004 17:59:38 -0000	1.4
+++ Makefile.am	29 Jul 2004 15:31:26 -0000
@@ -14,10 +14,12 @@
 	rawlog.c
 
 dovecotpw_LDADD = \
+	../lib-ntlm/libntlm.a \
 	../lib/liblib.a \
 	../auth/password-scheme.o \
 	../auth/password-scheme-cram-md5.o \
 	../auth/password-scheme-md5crypt.o \
+	../auth/password-scheme-ntlm.o \
 	../auth/mycrypt.o \
 	$(AUTH_LIBS)
 

regards
Joshua.


-- 
Joshua Goodall                           "as modern as tomorrow afternoon"
joshua at roughtrade.net                                       - FW109
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040730/171f091a/attachment-0001.bin>


More information about the dovecot mailing list