Hi,
I setup a kerberos server on linux, and I want to setup a client on windows.
When I run the command "mongod.exe KRB5_KTNAME=mongodb.keytab --smallfiles --auth --setParameter authenticationMechanisms=GSSAPI,MONGODB-CR" to start mongodb server with auth, it throw "2014-08-08T13:58:38.420+0800 SEVERE: Failed global initialization: ProtocolError SASL(-1): generic failure: SSPI: AcquireCredentialsHandle: No credentials are available in the security package" error.
I find windows does not provide the GSS API, just SSPI after investigated.
So I want to know it's correct configure mongodb authentication with kerberos on windows use "GSSAPI" auth type? Or give me some advise to setup that?
Thanks for any help.
Thanks,
Rambo