vibe-d / vibe.d

Official vibe.d development
MIT License
1.15k stars 284 forks source link

suggest mongodb3 password #1411

Open noman798 opened 8 years ago

noman798 commented 8 years ago

see there http://api.mongodb.org/python/current/examples/authentication.html

SCRAM-SHA-1 is the default authentication mechanism supported by a cluster configured for authentication with MongoDB 3.0 or later. Authentication is per-database and credentials can be specified through the MongoDB URI or passed to the authenticate() method:

image

marcioapm commented 8 years ago

FYI: You can setup MongoDB to use the old authentication mechanism. I run on MongoDB 3.2 with no modifications to vibe.d.