[cas-user] Selecting spring-security-cas-client version

2015-06-18 Thread Sunil Kalahasti
We are using cas 3.5.2 version. Could you please advise which version of Spring security would be suitable from the Maven? On http://mvnrepository.com/artifact/org.springframework.security/spring-security-cas-client we have 3.0.8 as latest. But on

Re: [cas-user] How to integrate jCaptcha with CAS 4.0.0

2014-06-16 Thread Sunil Kalahasti
Hi Chitra ! Do you have any luck integrating JCaptcha with CAS 4 ? If so please inform the steps to accomplish. Thanks in advance, Sunil -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

Re: [cas-user] CAS 4.0 : Apache LDAP authentication

2014-06-16 Thread Sunil Kalahasti
and deployer.Config.Context.xml file? Thanks! Daniel. On Tuesday, June 3, 2014 10:51:40 AM UTC-7, Sunil Kalahasti wrote: Thanks for your information Bob. I have succeeded on integrating LDAP with CAS 4.0 some time back. I have used LDAP Supporting Direct Bind configuration without SSL and pooling

Re: [cas-user] CAS 4.0 : Apache LDAP authentication

2014-06-16 Thread Sunil Kalahasti
in a lab environment. Any chance of you posting your steps and deployer.Config.Context.xml file? Thanks! Daniel. On Tuesday, June 3, 2014 10:51:40 AM UTC-7, Sunil Kalahasti wrote: Thanks for your information Bob. I have succeeded on integrating LDAP with CAS 4.0 some time back. I have

Re: [cas-user] Problems setting cas for ldap

2014-06-05 Thread Sunil Kalahasti
It seems there is some issue with the following properties: ldap.host.name=ldap://192.168.1.2/ http://www.google.com/url?q=http%3A%2F%2F192.168.1.2%2Fsa=Dsntz=1usg=AFQjCNGUDAQpEHOq79DIUl7hMA48pH362w ldap.search.filter=sAMAccountName=%u These might need to be properly configured:

Re: [cas-user] Problems setting cas for ldap

2014-06-05 Thread Sunil Kalahasti
Please check the attached xml file for CAS 4.0 with LDAP Supporting Direct Bind. And copy ldap properties as provided on http://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html as per your environment. On Thursday, June 5, 2014 4:05:49 PM UTC+5:30, Nico Lang wrote: after

Re:[cas-user] Cas 4.0 : JCaptcha

2014-06-05 Thread Sunil Kalahasti
Could anyone please inform if you implemented any captcha solution other than JCaptcha. If so I request you to please provide any helpful reference to implement. Thanks in advance, Sunil. On Wednesday, June 4, 2014 1:53:26 PM UTC+5:30, Sunil Kalahasti wrote: Hi, We would like to include

Re: [cas-user] Problems setting cas for ldap

2014-06-04 Thread Sunil Kalahasti
Hi Nicolas, You may need to include the following bean under authenticationManager bean: bean class=org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler property name=filter value=${ldap.search.filter} / property name=contextSource ref=contextSource / /bean Along with

[cas-user] Cas 4.0 : JCaptcha

2014-06-04 Thread Sunil Kalahasti
Hi, We would like to include captcha in login page. Can we still use the configuration provided at https://wiki.jasig.org/display/CAS4UM/JCaptcha with CAS 4.0 ? When I try to include the following dependencies, they are not resolved: dependency groupIdorg.jasig.cas/groupId

Re: [cas-user] Problems setting cas for ldap

2014-06-04 Thread Sunil Kalahasti
Nicolas, Could you attach the deployerConfigContext.xml file to check further? Hope you mask credentials if any in xml. Thanks, Sunil. On Wednesday, June 4, 2014 4:45:20 PM UTC+5:30, Nico Lang wrote: Sunil, to try i have done the modifications to deployerConfigContext.xml and put the

Re: [cas-user] Problems setting cas for ldap

2014-06-03 Thread Sunil Kalahasti
Hi Nicolas, Which CAS version you are trying to integrate with which LDAP version? Thanks, Sunil. On Tuesday, June 3, 2014 7:48:34 PM UTC+5:30, Nico Lang wrote: Hi, i'm still trying to set up cas for ldap on my network webapps is working when i try to login i get this error on cas.log and

Re: [cas-user] CAS 4.0 : Apache LDAP authentication

2014-06-03 Thread Sunil Kalahasti
Thanks for your information Bob. I have succeeded on integrating LDAP with CAS 4.0 some time back. I have used LDAP Supporting Direct Bind configuration without SSL and pooling. I would post the steps soon. Thanks, Sunil On Tuesday, June 3, 2014 11:13:06 PM UTC+5:30, Lapanja, Bob@POST wrote:

[cas-user] CAS 4.0 : Apache LDAP authentication

2014-06-02 Thread Sunil Kalahasti
We are using CAS 3.4.12 with Apache LDAP and able to authenticate successfully. Now we would like to upgrade to CAS 4.0 with Apache LDAP. As per documentation available on http://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html , We are getting several issues with sslConfig

Re: [cas-user] CAS 4.0 : LDAP oAuth Support

2014-05-28 Thread Sunil Kalahasti
Hi Jerome, I am following the documentation provided on http://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html. But it seems not working as per documentation. If possible, could you please provide any reference implementing LDAP with CAS 4.0. Thanks, Sunil. On Monday, May

Re: [cas-user] CAS 4.0 : LDAP oAuth Support

2014-05-26 Thread Sunil Kalahasti
Thanks Jerome. As we need LDAP authentication also, I have followed the configuration updates as per https://wiki.jasig.org/display/CASUM/LDAP . But there seems to be a conflict when I have placed both pac4j and ldap authenticationManager beans. The classes are different for both of the

[cas-user] CAS 4.0 : LDAP oAuth Support

2014-05-22 Thread Sunil Kalahasti
We are using CAS 3.4.12 version with LDAP authentication successfully. Now we would like to integrate Social websites (Google, Facebook, etc) authentication also to the login page. I request you to please inform whether we can configure both LDAP, oAuth authentication in cas-server-webapp.