[cas-user] No resolver configured for LdapAuthenticationHandler. Falling back to handler principal

2015-11-02 Thread Carsten Malchow
Hi together, I've a problem to release Attributes from my LDAP. All works fine, I can login and in my Debug mode I can see that all attributes are mapped. But when it comes to relapses them I get the message: http://www.springframework.org/schema/beans;

[cas-user] org.jasig.cas.authentication.handler.DefaultPasswordEncoder

2015-11-02 Thread Patrick Coleman
Hi, Can someone tell me which encoders DefaultPasswordEncoder can handle? >From this page on "Class DefaultPasswordEncoder" https://developer.jasig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/org/jasig/cas/authentication/handler/DefaultPasswordEncoder.html It says it can

RE: [cas-user] org.jasig.cas.authentication.handler.DefaultPasswordEncoder

2015-11-02 Thread Misagh Moayyed
For JDK7, you likely want to review: https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest JDK8: https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest From: Patrick Coleman [mailto:patcole...@me.com]

Re: [cas-user] org.jasig.cas.authentication.handler.DefaultPasswordEncoder

2015-11-02 Thread Patrick Coleman
Thanks for that. > On Nov 2, 2015, at 7:03 PM, Misagh Moayyed wrote: > > For JDK7, you likely want to review: > https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest > >

[cas-user] hazelcast tickets not replicating

2015-11-02 Thread Jonas Steinberg
My setup is extremely straightforward. My cas server is essentially a copy of this I used this to integrate hazelcast My java client is based on this