mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Switch to InitializeSecurityContextW #8

Closed behackett closed 8 years ago

behackett commented 8 years ago

To better support unicode service principal names. This is (arguably) not as important as the earlier change to AcquireCredentialsHandleW, but the change should be simple.