我在Windows Server 2012 R2上安装了MongoDB服务器4.0企业版,并根据官方文档https://docs.mongodb.com/manual/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication/
配置了kerberos身份验证当我尝试从客户端连接到MongoDB服务器时,身份验证失败,并且在MongoDB服务器日志文件中出现了此错误:
2018-07-19T16:12:00.622 + 0200我访问[conn4] SASL GSSAPI身份验证在.... BadValue:SASL(-4):无可用机制:找不到回调:32775
我错过了什么吗?