http://bugs.winehq.org/show_bug.cgi?id=19781
--- Comment #31 from Rob Shearman robertshearman@gmail.com 2009-11-29 04:52:50 --- Created an attachment (id=25000) --> (http://bugs.winehq.org/attachment.cgi?id=25000) Patch series add support for RPC server authentication
With this patch series applied: - ncacn_ip_tcp attempts to authenticate using SSPI, but fails for me because ntlm_auth can't connect to winbindd (and crashes in DecryptMessage due to a secur32 bug). - ncalrpc doesn't use SSPI for authentication, instead relying on the security built into the LRPC transport.
RpcBindingInqAuthClientA/W still need to be fixed to report the connection as authenticated when using ncalrpc but I'm hoping this is enough to allow the application to work for the moment.