jkuehn / gorm-mongodb

Grails GORM implementation for the MongoDB document oriented database
http://www.grails.org/plugin/mongodb-morphia
Apache License 2.0
21 stars 14 forks source link

Mongo authentication #11

Closed davejsmith closed 12 years ago

davejsmith commented 12 years ago

Here is a small patch to allow plugin to be configured with a username/password for servers running with --auth. Morphia ignores the username when null is passed.

Thanks for the great plugin. My first experience with Mongo was (almost) painless with this plugin and Morphia.

jkuehn commented 12 years ago

thank you very much