i found a solution that works for me.
in development config file *app:main* section changed ming.url from
*ming.url = mongodb://localhost:27017/*
to
*ming.url = mongodb://username:userpassword@localhost:27017/*
and application is again online :)

Thank you.

On Wed Nov 05 2014 at 11:23:52 AM Petru Ciobanu <[email protected]>
wrote:

> Hi.
> Enabling security on mongodb database implies that ming should
> authenticate him self with valid credentials.
> What are config options in TG application that will be used by ming?
> I tried to enable authentication by issuing *ming.authenticate = true* and
> then: ming.user, ming.name, ming.password, ming.pwd ... and nothing of
> this had desired effect.
> *What's the correct way to enable ming to authenticate to mongodb
> database?*
>
> Thank you :)
> Petru.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to