mongofill / mongofill-hhvm

A mix of the original Mongofill extension + BSON implementation in C++
MIT License
32 stars 19 forks source link

Authentication on MongoDB 3.2 #55

Open likebtn opened 8 years ago

likebtn commented 8 years ago

MongoDB 3.2 with replica set configured. Authentication Mechanism: SCRAM-SHA-1

In /var/log/mongodb/mongod.log I have:

ACCESS [conn2] Unauthorized: not authorized on mydb to execute command { count: "Mycollection", query: {} }

likebtn commented 8 years ago

The problem is in https://github.com/mongofill/mongofill/pull/65#issuecomment-246389654