http://bugs.winehq.org/show_bug.cgi?id=9923
Summary: InitializeCredentialsHandle fails with ntlm_auth 3.0.26b Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: wine-sspi AssignedTo: blin@gmx.net ReportedBy: blin@gmx.net
As Hans reported on WineConf2007, ntlm_auth fails with a new error message in version 3.0.26b. That causes the dispatcher to return SEC_E_INTERNAL_ERROR.
http://bugs.winehq.org/show_bug.cgi?id=9923
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|InitializeCredentialsHandle |AcceptCredentialsHandle |fails with ntlm_auth 3.0.26b|fails when winbindd is | |running
--- Comment #1 from Kai Blin blin@gmx.net 2007-10-06 17:58:06 --- Actually this turns out to be AcceptCredentialsHandle (i.e. the server side of things), and only when winbindd is running. This is not really a supported setup with samba 3.x, so I've fixed the ntlm.c code to handle not being able to connect to the winbindd privileged pipe as an authentication failure.
Patch submitted.
http://bugs.winehq.org/show_bug.cgi?id=9923
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #2 from Hans Leidekker hans@it.vu.nl 2007-10-08 04:52:58 --- The test failure is gone with your patch applied. For the record, it's ntlm_auth version 3.0.26a I'm running here, not version 3.0.26b.
http://bugs.winehq.org/show_bug.cgi?id=9923
--- Comment #3 from Kai Blin blin@gmx.net 2007-10-08 06:29:12 --- Yeah, I realized shortly _after_ writing the bug report that 3.0.26b isn't even released (yet). Glad to hear it's fixed for you, should be in the main tree as soon as Alexandre gets home.
http://bugs.winehq.org/show_bug.cgi?id=9923
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #4 from Kai Blin blin@gmx.net 2007-10-09 17:13:05 --- Fixed by commit fdfa760c8575c0813d137f8122d0c358e44a8b8d.
http://bugs.winehq.org/show_bug.cgi?id=9923
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Kai Blin blin@gmx.net 2007-10-09 17:14:02 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=9923
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified