You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Ramkrishna Kulkarni <ra...@gmail.com> on 2012/09/20 12:48:46 UTC

Multiple authentication DBs

Hello,

Is it possible to set multiple DBs as authentication DBs? Or some other way
where I can use two different DBs for authentication instead of what is
specified in "authentication_db".

Thanks,
Ram

Re: Multiple authentication DBs

Posted by Ramkrishna Kulkarni <ra...@gmail.com>.
I'm extremely sorry I couldn't reply sooner.

> Couldn't you technically replicate the other DB into the main one?

This is what I'm doing right now. The problem is that filtered replication
is quite slow for my requirements (I have a main instance from which I
replicate several sets of authentication documents to over a hundred
different instances). Also, these sets of authentication documents are
totally unrelated and therefore makes it easier to have them in separate
DBs.

Thanks,
Ram

On Fri, Sep 21, 2012 at 7:17 PM, Adam Kocoloski <ad...@gmail.com>wrote:

> Certainly, that would work, but I'm not sure what the OP was trying to
> accomplish by the separation in the first place.
>
> Adam
>
> On Sep 21, 2012, at 9:42 AM, Keith Gable <zi...@ignition-project.com>
> wrote:
>
> > Couldn't you technically replicate the other DB into the main one?
> > On Sep 21, 2012 8:11 AM, "Adam Kocoloski" <ko...@apache.org> wrote:
> >
> >> On Sep 20, 2012, at 6:48 AM, Ramkrishna Kulkarni <
> >> ramkrishna.kulkarni@gmail.com> wrote:
> >>
> >>> Hello,
> >>>
> >>> Is it possible to set multiple DBs as authentication DBs? Or some other
> >> way
> >>> where I can use two different DBs for authentication instead of what is
> >>> specified in "authentication_db".
> >>>
> >>> Thanks,
> >>> Ram
> >>
> >> Nope, sorry.  Regards,
> >>
> >> Adam
>
>

Re: Multiple authentication DBs

Posted by Adam Kocoloski <ad...@gmail.com>.
Certainly, that would work, but I'm not sure what the OP was trying to accomplish by the separation in the first place.

Adam

On Sep 21, 2012, at 9:42 AM, Keith Gable <zi...@ignition-project.com> wrote:

> Couldn't you technically replicate the other DB into the main one?
> On Sep 21, 2012 8:11 AM, "Adam Kocoloski" <ko...@apache.org> wrote:
> 
>> On Sep 20, 2012, at 6:48 AM, Ramkrishna Kulkarni <
>> ramkrishna.kulkarni@gmail.com> wrote:
>> 
>>> Hello,
>>> 
>>> Is it possible to set multiple DBs as authentication DBs? Or some other
>> way
>>> where I can use two different DBs for authentication instead of what is
>>> specified in "authentication_db".
>>> 
>>> Thanks,
>>> Ram
>> 
>> Nope, sorry.  Regards,
>> 
>> Adam


Re: Multiple authentication DBs

Posted by Keith Gable <zi...@ignition-project.com>.
Couldn't you technically replicate the other DB into the main one?
On Sep 21, 2012 8:11 AM, "Adam Kocoloski" <ko...@apache.org> wrote:

> On Sep 20, 2012, at 6:48 AM, Ramkrishna Kulkarni <
> ramkrishna.kulkarni@gmail.com> wrote:
>
> > Hello,
> >
> > Is it possible to set multiple DBs as authentication DBs? Or some other
> way
> > where I can use two different DBs for authentication instead of what is
> > specified in "authentication_db".
> >
> > Thanks,
> > Ram
>
> Nope, sorry.  Regards,
>
> Adam

Re: Multiple authentication DBs

Posted by Adam Kocoloski <ko...@apache.org>.
On Sep 20, 2012, at 6:48 AM, Ramkrishna Kulkarni <ra...@gmail.com> wrote:

> Hello,
> 
> Is it possible to set multiple DBs as authentication DBs? Or some other way
> where I can use two different DBs for authentication instead of what is
> specified in "authentication_db".
> 
> Thanks,
> Ram

Nope, sorry.  Regards,

Adam

Re: Multiple authentication DBs

Posted by Benjamin Young <by...@bigbluehat.com>.
On 9/20/2012 6:48 AM, Ramkrishna Kulkarni wrote:
> Hello,
>
> Is it possible to set multiple DBs as authentication DBs? Or some other way
> where I can use two different DBs for authentication instead of what is
> specified in "authentication_db".

What's your primary objective with having multiple authentication DBs?

>
> Thanks,
> Ram
>