Andrew Feller [mailto:[email protected]] wrote:
> 
> Sean,
> 
> You will configure multiple authentication handlers.  CAS will test
> them out
> in the order they are configured.  The first one that successfully
> authenticates the credentials is used, so just configure it to use 2
> authentication handlers: the first one LDAP, the second JDBC to
Oracle.

Great.  I only have LDAP configured today, and was curious about this;
I assumed that CAS did a logical AND when additional AuthHandlers were
added.

So now my follow-up:  can I instruct CAS to logcically AND all of the
handlers ?  :)

 
> http://www.ja-sig.org/wiki/display/CASUM/LDAP
> http://www.ja-sig.org/wiki/display/CASUM/JDBC
> 
> HTH,
> A-
> 
> 
> On 8/21/09 11:29 AM, "Mchugh, Sean" <[email protected]> wrote:
> 
> > Can anyone point me to documentation on how to implement CAS in a
way
> > that allows the following,
> > in pseudo code:
> >
> > if (CHECK_LDAP_CREDENTIALS) {
> >
> > return SUCCESS;
> >
> > } elsif (CHECK_ORACLE_DB_CREDENTIALS) {
> >
> > return SUCCESS;
> >
> > } else {
> >
> > return FAIL;
> >
> > }
> >
> >
> > Is this possible via just configuration changes to login-webflow or
> > AuthHandlers ?
> >
> >
> > Sean McHugh
> > VP, Dir. of Global Services
> > Grey Group
> > p. 212-546-1926
> > m. [email protected]
> > c. 917-916-8644
> >
> >
> 
> --
> Andrew Feller, Business System Programmer
> LSU University Information Services
> 200 Frey Computing Services Center
> Baton Rouge, LA 70803
> Office: 225.578.3737
> Fax: 225.578.6400
> 
> 
> 
> --
> You are currently subscribed to [email protected] as:
> [email protected]
> To unsubscribe, change settings or access archives, see http://www.ja-
> sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to