Info
On start up with the argument --setParameter authenticationMechansms=GSSAPI I receive the error:
SEVERE: Failed global initialization: BadValue SASL(-4): no mechanism available: Couldn't find mech GSSAPI
then mongod shuts down
Top User Comments
xgen-internal-githook commented on Thu, 27 Feb 2014 21:31:42 +0000:
Author:
{u'username': u'milkie', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}
Message: SERVER-12924 move group to a common file of all unit tests that use sasl
Branch: master
https://github.com/10gen/mongo-enterprise-modules/commit/c2d7ce942a96d7dacd27c55b257e3f2774e04abf
xgen-internal-githook commented on Thu, 27 Feb 2014 18:41:11 +0000:
Author:
{u'username': u'milkie', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}
Message: SERVER-12924 fix dependencies with SASL plugin initializers
Branch: master
https://github.com/10gen/mongo-enterprise-modules/commit/537c7b67fe47dcf7606d2d7cdff16179eb5fc955
milkie commented on Thu, 27 Feb 2014 15:57:55 +0000:
Looks like there is a missing dependency in the initializers for the plugins versus the smoke tester of those plugins. Fix is forthcoming.
Steps to Reproduce
start mongod with the argument --setParameter authenticationMechansms=GSSAPI