http://bugs.winehq.org/show_bug.cgi?id=32076
Bug #: 32076 Summary: .NET SqlConnection with windows authentication fails to connect: cannot initialize SSPI package Product: Wine Version: 1.5.16 Platform: x86 URL: http://www.microsoft.com/en-us/download/details.aspx?i d=8961 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
affects any .NET application that tries to connect to SQL server using windows authentication (e.g. MS SQL Management studio)
Console log contains these 3 lines that are absent when using SQL authentication: err:ntdll:NtQueryInformationToken Unhandled Token Information class 11! fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
Windows authentication does not work with wine mono, only with native .NET.
winetricks dotnet20 win7 is needed to install SQL management studio. SQL server is not needed to reproduce this bug.