mongodb / winkerberos

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

module 'winkerberos' has no attribute 'authGSSServerInit' #40

Closed lokilak closed 3 years ago

lokilak commented 3 years ago

Hello

I was trying to test the SSPI server side authentication, but I am getting error that there is attribute for authGSSServerInit, i read the Documentation but was not able to figure it out if we have SSPI server side authentication support or if it is still in progress, any help on this would be much appreciated.

behackett commented 3 years ago

I've tagged and published WinKerberos 0.8.0 to pypi. That version includes the server side support. Note that server side support is experimental.