That did it for me also. Thanks,

Mearl Danner
Systems Programmer
Samford University Technology Services
http://www.samford.edu

> -----Original Message-----
> From: Art O Cathain [mailto:[email protected]]
> Sent: Monday, July 15, 2013 5:51 AM
> To: [email protected]
> Subject: RE:[cas-dev] Cas 4.0 ldap configuration
> 
> I think the problem is on line 156 of LdapAuthenticationHandler
> 
>         if (response.getResult()) {
>             doPostAuthentication(response);
>         }
> 
> This should be
> 
>         if (response.getResult()) {
>             return doPostAuthentication(response);
>         }
> 
> Works for me, anyway.
> --
> 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-dev


-- 
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-dev

Reply via email to