Like this :-) ... Spring is sweet!

<bean id="contextSource"
class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
                <property name="urls">
                  <list>
                    <value>ldaps://dc1.dlwhitehurst.com/</value>
                    <value>ldaps://dc2.dlwhitehurst.com/</value>
                    <value>ldaps://dc3.dlwhitehurst.com/</value>
                    <value>ldaps://dc4.dlwhitehurst.com/</value>
                                   </list>
              </property>
Thanks

David

On 7/29/08, Scott Battaglia <[EMAIL PROTECTED]> wrote:
> If you're using the included LDAP handlers you can provide an array of urls
> (instead of a url).  It checks each in order as defined by Java's LDAP API.
>
> -Scott
>
> -Scott Battaglia
> PGP Public Key Id: 0x383733AA
> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>
>
>
> On Tue, Jul 29, 2008 at 10:50 AM, David Whitehurst <[EMAIL PROTECTED]>
> wrote:
> >
> > I'm doing a CAS installation for the Department of Transportation of
> > North Carolina and I have 4 domain controllers for redundancy.  I can
> > only configure one by URL in the XML configuration
> > deployerConfigContext.xml.
> >
> > I can probably write my own custom code to check multiple URL's or
> > provide fail-over, however I thought I would ask here first.
> >
> > Thanks,
> >
> > David
> > _______________________________________________
> > Yale CAS mailing list
> > [email protected]
> > http://tp.its.yale.edu/mailman/listinfo/cas
> >
>
>
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to