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@roughtrade.net - FW109