-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.12.3
-
Component/s: Authentication
-
None
-
Environment:MongoDB 2.8.0-rc0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
assertThat(mongo.getDB(DATABASE_NAME).authenticate("admin", "admin".toCharArray()), is(true));
Executed with driver/server combinations shows following results.
Server | Driver | Status -----------+--------+----------------- 2.6.5 | 2.13.0 | OK 2.8.0-rc0 | 2.12.3 | FAIL 2.8.0-rc0 | 2.13.0 | OK