search for: mech_winbind_auth_initial

Displaying 1 result from an estimated 1 matches for "mech_winbind_auth_initial".

2011 Jan 12
1
[PATCH] auth: Fixed mech_winbind_ntlm by using mech_winbind_auth_initial()
...e samba 3.5.6). I successfully tested NTLM authentication for IMAP and POP3 (with and without STARTTLS) using following MUAs for the test: - Thunderbird 3.1.7 (Linux X86-64) - Outlook Express 6.00 (Windows XP Pro Qemu-KVM) Cheers, Chris Patch Description: In changeset 9002 a new function named mech_winbind_auth_initial() was introduced, but only the mech_winbind_spnego module part was changed to finally use this function. The mech_winbind_ntlm module part was not properly adapted which leads to a non functioning NTLM authentication mechanism while using winbind, because it will never call the `ntlm_auth` helper....