[cas-user] Re: customize LdapAuthenticationHandler in 5.2.0

2018-04-09 Thread Mike Kromarek
Did you ever get the LdapAuthenticator to work? I'm looking at doing a minor modification to the handler as well. --Mike K. On Thursday, January 25, 2018 at 3:25:00 PM UTC-8, Satnam Sarai wrote: > > I am able to create my own LdapAuthentication but CAS insert default > LdapAuthentication as w

[cas-user] Re: customize LdapAuthenticationHandler in 5.2.0

2018-01-25 Thread satnam
I am able to create my own LdapAuthentication but CAS insert default LdapAuthentication as well. I would like to just make minor changes to default handler Also, I noticed that objectGUID (octelstring) get returned as ?d? e??C? zx?cj i am not sure what format is this and how to convert

[cas-user] Re: customize LdapAuthenticationHandler in 5.2.0

2018-01-25 Thread satnam
thanks, how can I initialize the authenticator and other values in my LdapAuthenticationConfiguration? thanks satnam On Thursday, January 25, 2018 at 1:11:39 AM UTC-8, Oscar del Pozo wrote: > > Hi! > > You have a NullPointerException creating your new Bean > > org.springframework.beans.factory

[cas-user] Re: customize LdapAuthenticationHandler in 5.2.0

2018-01-25 Thread Oscar del Pozo
Hi! You have a NullPointerException creating your new Bean org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'PostLdapAuthenticationHandler': Invocation of init method failed; nested exception is java.lang.NullPointerException Caused by: java.lang.NullPoint