jspwiki - connecting to 2 LDAPs for authentication.

View: New views
5 Messages — Rating Filter:   Alert me  

jspwiki - connecting to 2 LDAPs for authentication.

by anilkumarkatta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

Is it possible to have get it authenticated of one user using two different LDAPs. which are configured in server.xml of the tomcat?

Thanks in Adv.

- Anil

Re: jspwiki - connecting to 2 LDAPs for authentication.

by Andrew Jaquith-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is a Tomcat question, not a JSPWiki question.

As far as I know, Tomcat cannot authenticate to more than one LDAP
server at a time. However, if you need to authenticate users to
multiple subtrees in the same LDAP server, that is possible if you set
the "search subtree" attribute of the Tomcat JNDIRealm.

Your other alternative might be, for example, to use OpenLDAP to
create a "virtual" directory that aggregates several other LDAP
servers together. I'm not an expert on how to do this, but you might
find some tips on the OpenLDAP mailing lists.

Regards,  Andrew

On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta
<anilkumarkatta@...> wrote:

>
> Hi
>
> Is it possible to have get it authenticated of one user using two different
> LDAPs. which are configured in server.xml of the tomcat?
>
> Thanks in Adv.
>
> - Anil
> --
> View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html
> Sent from the JspWiki - User mailing list archive at Nabble.com.
>
>

Re: jspwiki - connecting to 2 LDAPs for authentication.

by anilkumarkatta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the reply Andrew,

My intention was to authenticate various users across both the LDAP server,
suppose I have one Relam configured for LDAP1 which authenticate Money Users, which authenticates all the users from Money Users that are existing on LDAP1, at the same time can I include one more Relam LDAP2 for Commerical Users, does it authenticate those user tooo?

Please suggest me.

Thanks & Regards,
-Anil Katta

Andrew Jaquith-4 wrote:
This is a Tomcat question, not a JSPWiki question.

As far as I know, Tomcat cannot authenticate to more than one LDAP
server at a time. However, if you need to authenticate users to
multiple subtrees in the same LDAP server, that is possible if you set
the "search subtree" attribute of the Tomcat JNDIRealm.

Your other alternative might be, for example, to use OpenLDAP to
create a "virtual" directory that aggregates several other LDAP
servers together. I'm not an expert on how to do this, but you might
find some tips on the OpenLDAP mailing lists.

Regards,  Andrew

On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta
<anilkumarkatta@gmail.com> wrote:
>
> Hi
>
> Is it possible to have get it authenticated of one user using two different
> LDAPs. which are configured in server.xml of the tomcat?
>
> Thanks in Adv.
>
> - Anil
> --
> View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html
> Sent from the JspWiki - User mailing list archive at Nabble.com.
>
>

Re: jspwiki - connecting to 2 LDAPs for authentication.

by Andrew Jaquith-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please re-read my response... Other than what I've written already, I  
cannot help you any further. -- Andrew

On Sep 15, 2009 at 0:22, anilkumarkatta <anilkumarkatta@...>  
wrote:

>
> Thanks for the reply Andrew,
>
> My intention was to authenticate various users across both the LDAP  
> server,
> suppose I have one Relam configured for LDAP1 which authenticate Money
> Users, which authenticates all the users from Money Users that are  
> existing
> on LDAP1, at the same time can I include one more Relam LDAP2 for  
> Commerical
> Users, does it authenticate those user tooo?
>
> Please suggest me.
>
> Thanks & Regards,
> -Anil Katta
>
>
> Andrew Jaquith-4 wrote:
>>
>> This is a Tomcat question, not a JSPWiki question.
>>
>> As far as I know, Tomcat cannot authenticate to more than one LDAP
>> server at a time. However, if you need to authenticate users to
>> multiple subtrees in the same LDAP server, that is possible if you  
>> set
>> the "search subtree" attribute of the Tomcat JNDIRealm.
>>
>> Your other alternative might be, for example, to use OpenLDAP to
>> create a "virtual" directory that aggregates several other LDAP
>> servers together. I'm not an expert on how to do this, but you might
>> find some tips on the OpenLDAP mailing lists.
>>
>> Regards,  Andrew
>>
>> On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta
>> <anilkumarkatta@...> wrote:
>>>
>>> Hi
>>>
>>> Is it possible to have get it authenticated of one user using two
>>> different
>>> LDAPs. which are configured in server.xml of the tomcat?
>>>
>>> Thanks in Adv.
>>>
>>> - Anil
>>> --
>>> View this message in context:
>>> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html
>>> Sent from the JspWiki - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25447606.html
> Sent from the JspWiki - User mailing list archive at Nabble.com.
>

Re: jspwiki - connecting to 2 LDAPs for authentication.

by anilkumarkatta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Seems to be round around the question.. !
anyway thanks for the help

Cheers

Andrew Jaquith-4 wrote:
Please re-read my response... Other than what I've written already, I  
cannot help you any further. -- Andrew

On Sep 15, 2009 at 0:22, anilkumarkatta <anilkumarkatta@gmail.com>  
wrote:

>
> Thanks for the reply Andrew,
>
> My intention was to authenticate various users across both the LDAP  
> server,
> suppose I have one Relam configured for LDAP1 which authenticate Money
> Users, which authenticates all the users from Money Users that are  
> existing
> on LDAP1, at the same time can I include one more Relam LDAP2 for  
> Commerical
> Users, does it authenticate those user tooo?
>
> Please suggest me.
>
> Thanks & Regards,
> -Anil Katta
>
>
> Andrew Jaquith-4 wrote:
>>
>> This is a Tomcat question, not a JSPWiki question.
>>
>> As far as I know, Tomcat cannot authenticate to more than one LDAP
>> server at a time. However, if you need to authenticate users to
>> multiple subtrees in the same LDAP server, that is possible if you  
>> set
>> the "search subtree" attribute of the Tomcat JNDIRealm.
>>
>> Your other alternative might be, for example, to use OpenLDAP to
>> create a "virtual" directory that aggregates several other LDAP
>> servers together. I'm not an expert on how to do this, but you might
>> find some tips on the OpenLDAP mailing lists.
>>
>> Regards,  Andrew
>>
>> On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta
>> <anilkumarkatta@gmail.com> wrote:
>>>
>>> Hi
>>>
>>> Is it possible to have get it authenticated of one user using two
>>> different
>>> LDAPs. which are configured in server.xml of the tomcat?
>>>
>>> Thanks in Adv.
>>>
>>> - Anil
>>> --
>>> View this message in context:
>>> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html
>>> Sent from the JspWiki - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25447606.html
> Sent from the JspWiki - User mailing list archive at Nabble.com.
>