EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
330 stars 70 forks source link

how should i create user mapping when mongodb server has no auth? #50

Closed xiaotangyuan closed 8 years ago

xiaotangyuan commented 8 years ago

my mongodb server has no auth````

ahsanhadi commented 8 years ago

You still need to create the user mapping even if the mongodb is running with no-auth. The user mapping won't be used but it is mandatory to specify user mapping.