Re: [cas-user] CAS MultipleAuthentication Sources

2014-12-16 Thread John Gasper
Aaron, I think you'll have to do it: https://www.apereo.org/cas/mailing-lists John --- *John Gasper* IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef On 12/15/14 9:12 AM, Owens, Patricia wrote: Same here unsubscribe me from this list From: Aaron

RE: [cas-user] CAS MultipleAuthentication Sources

2014-12-15 Thread Owens, Patricia
Same here unsubscribe me from this list From: Aaron [aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 10:21 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS MultipleAuthentication Sources Using CAS 3.5.2 I have multiple Authentication

RE: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Misagh Moayyed
Don’t think you can unfortunately. At least not without forking the authn manager and letting it go through completely. -Original Message- From: Aaron [mailto:aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 9:22 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS

re:[cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Aaron
Here is my deployerConfigContext.xml for reference... -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user?xml version=1.0 encoding=UTF-8? !--

Re: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread John Gasper
Attached is a FastBind handler with the fix applied. Also attached is an exert of a modified BindLdap handler. (sorry don't have the full thing in front of me.) You'll need to pull the appropriate version from github and make the change to the exception handler. In either case, just add the file

Re:[cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Aaron
What about using PolicyBasedAuthenticationManager would this work? If so does anyone have an example https://github.com/Jasig/cas/wiki/Configuring-Authentication-Components -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings

Re: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Dmitriy Kopylenko
Aaron, that is a v4 component and I do not believe it will work with CAS 3.5.x line. Best, Dmitriy. On Aug 12, 2014, at 2:17 PM, Aaron aaron.e...@sungardhe.com wrote: What about using PolicyBasedAuthenticationManager would this work? If so does anyone have an example