Hans Leidekker hans@codeweavers.com wrote:
...
This is what Rob did originally and it would probably work with a Unix Kerberos server, but I found that we need the newer iov functions to make it work with an Active Directory server. From patch 8:
...
It's not part of this patch series but I have worked on the Negotiate part. I found that native is able to pick the right provider at the last possible moment, when the first authentication token arrives. So it can't work like this. We probably need to acquire credential handles for both providers and store them in the Negotiate handle until we can decide.
Thanks for the review of the patches, I've passed this along.
Hans, are you planning to somehow reuse our patches or still prefer your own way of adding Kerberos support?