mongodb / winkerberos

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

Support authGSSServerTargetName #31

Open behackett opened 5 years ago

behackett commented 5 years ago

Once AcceptSecurityContext returns SEC_E_OK it should be possible to call QueryContextAttributesW for SECPKG_ATTR_NATIVE_NAMES, then store the sServerName attribute in the server context to return later.