Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authentication not working #25

Open
mschirrmeister opened this issue Aug 1, 2012 · 0 comments
Open

authentication not working #25

mschirrmeister opened this issue Aug 1, 2012 · 0 comments

Comments

@mschirrmeister
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant