search for: mech_winbind_ntlm

Displaying 2 results from an estimated 2 matches for "mech_winbind_ntlm".

2011 Jan 12
1
[PATCH] auth: Fixed mech_winbind_ntlm by using mech_winbind_auth_initial()
...est: - 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. The simple fix is to replace mech_generic_auth_initial() with mech_winbind_auth_initial() as auth_initial "hook" whe...
2007 Jul 02
2
[Patch] Samba's proposed "ntlm_auth + winbind" support for dovecot-auth
...Dovecot can do "NTLM" authentication too, but just "locally" (against a local or sql database etc.). I've made a patch (attached), which adds "ntlm_auth" (or "winbind") support for Dovecot. The idea is to add two new authentication mechanisms: "mech_winbind_ntlm" and "mech_winbind_spnego". Both are coded in one additional file, "mech-winbind.c". An option "auth_ntlm_use_winbind" specifies whether to use the current implementation of ntlm, or do it by the "ntlm_auth" helper. "GSS-SPNEGO" always perfo...