From: Ira Cooper <ira@wakeful.net> Subject: winbindd - NTLMv2 not working Background: I've been tracking down a NTLMv2 auth issue in our environment with 4.0 and master, I've been seeing massive allocations fail, and reputed "PAC"s that make no sense. Further investigations showed that Kerberos authentication was not being requested via SPNEGO but in fact normal NTLMv2, that was somehow being interpreted as PAC authentication. The bug is: In fact that's EXACTLY what is happening. Due to two constants in nsswitch/winbindd_struct_protocol.h being the same. (WBFLAG_PAM_AUTH_PAC and WBFLAG_BIG_NTLMV2_BLOB)
Created attachment 8448 [details] git-am fix that got pushed to master. Already reviewed for master, but needs additional +1 for 4.0.2. Jeremy.
Re-assigning to Karolin for inclusion in 4.0.2. Jeremy.
Pushed to autobuild-v4-0-test.
Pushed to v4-0-test. Closing out bug report. Thanks!