Displaying 1 result from an estimated 1 matches for "ntlmhelper".
2012 Jul 27
2
ntlm auth / usernames with white spaces
Hi,
we experienced some problems with white spaces in usernames (this was
NOT our idea) authenticated bei dovecots ntlmhelper
I wrote a little patch fixing this, if you would like.
patch applies on 2.1.7 and 2.1.8 (tested those)
diff -up ./src/auth/mech-winbind.c.username ./src/auth/mech-winbind.c
--- ./src/auth/mech-winbind.c.username 2012-07-27 09:52:33.422553807
+0200
+++ ./src/auth/mech-winbind.c 2012-07-27 14:23:...