Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-08 Thread Root
n Tuesday, June 23, 2020 at 4:01:08 PM UTC+5:30, Root wrote: >> >> >> OK, but what about the logs?, looking at logs you can get some hint, >> have you enabled CAS debug mode ( ) in cas-log4j2.xml >> file?, and also in your LDAP server some option to enable debu

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread Root
password, and see what error you get in logs. On Tuesday, June 23, 2020 at 2:28:14 PM UTC+5:30, arti wavale wrote: > > Hello Root, > > First of all, > Thank you so much for your reply.. > > I'm using CAS v5.2 in which I have used "cas.authn.pm.ldap.userFilter=cn &g

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread Root
@Arthi, Have you included "cas.authn.pm.ldap.searchFilter=cn={user}" in cas.properties?, and you should enable debug mode in both CAS and LDAP server side and check both logs to get more detail. On Tuesday, June 23, 2020 at 11:14:12 AM UTC+5:30, arti wavale wrote: > > All detail

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread Root
Deny from all On Friday, June 19, 2020 at 4:35:38 PM UTC+5:30, José Ramón Martín Magdalena wrote: > > Hi Root, > > Thanks for your reply. Nop, I'm going to try. I'm wondering, the login CAS > page don't warn you about the non-secure connection? > > News in a while. > >

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread Root
@Jose Did you try without AJP ?, for me it works with apache with below cas settings cas.server.http.enabled=false cas.server.httpProxy.enabled=true cas.server.httpProxy.secure=true cas.server.httpProxy.scheme=https cas.server.httpProxy.protocol=HTTP/1.1 On Friday, June 19, 2020 at 2:48:38

[cas-user] Re: CAS 6.1.6 Google reCAPTCHA Integration

2020-06-04 Thread Root
The error is not clear and full, make sure you use TLS 1.2 and above for CAS server, is your CAS server SSL properly configured?, also you need to tell how is your CAS setup, (ex: tomcat+CAS or apache+tomcat+CAS, etc) On Wednesday, June 3, 2020 at 12:30:57 PM UTC+5:30, mohammad

Re: [cas-user] Default security loopholes!

2020-05-22 Thread Root
erties files of interest are; application, bootstrap. > I should have included that in the previous email. > > Ray > > On Thu, 2020-05-21 at 21:10 -0700, Root wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious

Re: [cas-user] Account get locked in first failed login attempt

2020-05-22 Thread Root
Vikash, Have you tried checking on LDAP side server logs?, open 4 windows with logs tailed, and you can use grep for filtering. On Saturday, May 23, 2020 at 1:23:27 AM UTC+5:30, Vikash Chandra Ansh wrote: > > Hi Daniel, > > Could you please suggest what to do next. I am facing the same issue

Re: [cas-user] Default security loopholes!

2020-05-21 Thread Root
efault settings are here, > https://github.com/apereo/cas/tree/6.1.x/webapp/cas-server-webapp-resources > > Ray > > On Wed, 2020-05-20 at 17:08 -0700, Root wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautio

[cas-user] Default security loopholes!

2020-05-20 Thread Root
Hi All, As we know the default CAS comes with "casuser" and "Mellon" credentials, although it can be removed in build, I just want to summarize if there are any other default security settings like these that needs to be taken care of?, as the CAS documentation is very scattered!, it would be

[cas-user] Re: Choosing the right version

2020-05-20 Thread Root
Hi, Yes its better to install latest stable version, you can find the latest releases here https://github.com/apereo/cas/releases , as of now V6.1.6 would be good for you. just avoid -RC versions. On Wednesday, May 20, 2020 at

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread Root
ncluded in the source? > That is not dynamic in nature :-/ > > On May 16, 2020, at 12:24 PM, Root > > wrote: > > > The new error is similar to this > https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/dPf36An-qyU > > Check that full thread,

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread Root
at > org.springframework.web.servlet.support.RequestContext.getTheme(RequestContext.java:398) > > ~[spring-webmvc-5.2.5.RELEASE.jar:5.2.5.RELEASE] > at > org.thymeleaf.spring5.context.webmvc.SpringWebMvcThymeleafRequestContext.getTheme(SpringWebMvcThymeleafRequestContext.java:211) > > ~[thymel

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread Root
es={}, contacts=[])] cannot be located. Falling > back to default theme...> > > It is almost it is ignoring the “cas.view.template-prefixes…” directive in > the cas.properties file. > > On May 16, 2020, at 9:56 AM, Root > > wrote: > > Can you try with this

[cas-user] Re: Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread Root
henticationPolicy=DefaultRegisteredServiceAuthenticationPolicy(requiredAuthenticationHandlers=[], > > criteria=null), properties={}, contacts=[])] cannot be located. Falling > back to default theme...> > 2020-05-11 02:43:04,959 INFO > [org.apereo.inspektr.audit.support.S

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-16 Thread Root
ructure you find in the jar file (for example, if > you want to override the file static/js/cas.js, put your version in > src/main/resources/static/js/cas.js). > > Matthieu > > > > Le samedi 16 mai 2020 03:37:55 UTC+2, Root a écrit : >> >> @rbon, >> >>

Re: FW: [cas-user] Cas server not working with http

2020-05-15 Thread Root
Suhas, Does your App1 and App2 have identical settings?, check in App2 settings whether any HTTPS is enforced!, also check the App2 log if any and you can also monitor the cas log while authenticating in App2, see what error you get. On Wednesday, May 13, 2020 at 11:15:48 AM UTC+5:30,

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Root
as below. root@it:/*home/it/cas-overlay-template/src/main#* ll total 16K drwxr-xr-x 4 root root 4.0K May 14 06:03 ./ drwxr-xr-x 3 root root 4.0K May 14 06:03 ../ drwxr-xr-x 3 root root 4.0K May 14 06:03 jib/ drwxr-xr-x 3 root root 4.0K May 14 06:03 webapp/ I found a resource directory in diff path

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Root
ly as CAS detects changes! > > So yes, copy the files manually and modify them according to your needs! > > > > On Thu, May 14, 2020 at 3:55 PM Root > > wrote: > >> Hi Kink, >> >> Thanks for the reply. >> >> Strange!, for me the application.proper

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-14 Thread Root
ct.'cas.version'}" and in the tomcat webapps cas path i can see the ldap jar files. root@it:/opt/tomcat/webapps/cas/WEB-INF/lib# ll | grep ldap -rw-r- 1 tomcat tomcat 20K May 14 06:12 cas-server-support-ldap-6.2.0-SNAPSHOT.jar -rw-r- 1 tomcat tomcat 32K May 14 06:12 cas-server-support-ldap-core-6.

[cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-14 Thread Root
Hi All, I am trying to build a working CAS setup with primary auth as LDAP and (alternate auths in future as SAML and Database). I searched in google for proper doc for ubuntu with CAS & LDAP setup but was not able to find one, so i started giving a try myself. I found one video tutorial but