LemonLDAPNG / apache-session-mongodb

Implementation of Apache::Session which uses MongoDB as backend
https://metacpan.org/pod/Apache::Session::MongoDB
Other
2 stars 2 forks source link

Allow more parameters to configure MongoDB backend #1

Closed coudot closed 8 years ago

coudot commented 8 years ago

See issue https://jira.ow2.org/browse/LEMONLDAP-984 concerning LemonLDAP::NG MongoDB configuration backend. We should allow the same parameters in MongoDB session backend.

coudot commented 8 years ago

Just to be sure: I added the 'host' parameter, it was not there before, is it a mistake?

I also see that these parameters are defined in sub _col in lib/Apache/Session/MongoDB.pm, should we also update this code?

guimard commented 8 years ago

It was a mistake I think.

coudot commented 8 years ago

Ok for the 'host' parameter, what about the _col subroutine in lib/Apache/Session/MongoDB.pm?

guimard commented 8 years ago

Done in V0.16