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 <[email protected]> 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. > >
