-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0.1
-
Component/s: Replication
-
None
Without --auth:
connecting [with auth] to: localhost:27888/admin
testReplSet:SECONDARY> use local
switched to db local
testReplSet:SECONDARY> db.y.save(
)
testReplSet:SECONDARY> db.y.find()
With --auth:
connecting [with auth] to: localhost:27888/flomeromity
testReplSet:SECONDARY> use local
switched to db local
testReplSet:SECONDARY> db.z.save(
)
unauthorized
testReplSet:SECONDARY> db.z.find()
error: {
"$err" : "unauthorized db:local lock type:-1 client:127.0.0.1",
"code" : 10057
}
- related to
-
SERVER-4264 add option to map/reduce output to output to the primary of a replica set or a different server
- Closed