Using the tutorial, MongoD when running on Windows does not support Kerberos authentication (i.e. GSSAPI).
The issue is that in SERVER-30491, MongoDB's custom auxprop was removed. This broke support for kerberos since mongod calls canon_user which now always fails since there is no auxprop plugin.
- duplicates
-
SERVER-10700 automated test for Windows SSPI
- Closed
-
SERVER-24671 Add support for GSSAPI on Windows external_auth_WT task
- Closed
- is caused by
-
SERVER-30491 LDAP authorisation tries to transform username when GSSAPI (Kerberos) is used as authentication twice
- Closed
- is related to
-
SERVER-33993 (kerberos) failed to connect if the principle name has '@' character
- Closed