derailed / mongo3

Rule your mongoDB clusters!

Home Page:http:///mongo3.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

authentication not working

mschirrmeister opened this issue · comments

Hi,

I have install mongo3 and created the landscape.yml file.
Content looks like this.

test:
host: mongo1.company.com
port: 27017
username: "user"
password: "pass"

When I start it with "mongo3 --environment=test" that there is nothing running on localhost:27017.
Even if I rename the file it doesn't yell about it. Looks like it's not reading the file at all.

If I start it with "mongo3 --pool "mongo://mongo1.company.com:27017/db1/collection1" --environment=test" I get always the following error.
unauthorized db:db1 lock type: -1 client:10.10.1.10

The creds work when I connect with the command line tool to the server.
Am I doing something wrong?

Marco