[cas-user] Re: CAS 5.2 OAuth 2 Redirect to root - not regularly

2018-11-28 Thread Andy Ng
Hi, See if your discovered bug is the same as this one: https://github.com/apereo/cas/pull/3363 If yes, then try upgrading to 5.3.x, it should be fixed already. If the bug is as shown in this answer, but you want to stay in 5.2.x, there is a detail description on how I fixed that in CAS 5.2.x

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Ray Bon
It could be a problem with the remote repo or a corrupt cache somewhere between you and the source. You can install manually. Get files from http://central.maven.org/maven2/gnu/getopt/java-getopt/1.0.13/ Ray On Wed, 2018-11-28 at 12:48 -0800, Mukunthini Jeyakumar wrote: Hi, I've tried

[cas-user] CAS 5.2.9 Release Annoucement

2018-11-28 Thread Misagh Moayyed
CAS 5.2.9 has been released: https://github.com/apereo/cas/releases/tag/v5.2.9 --Misagh -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message

[cas-user] CAS 5.3.6 Release Annoucement

2018-11-28 Thread Misagh Moayyed
CAS 5.3.6 has been released: https://github.com/apereo/cas/releases/tag/v5.3.6 --Misagh -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Mukunthini Jeyakumar
Hi, I've tried deleting getopt folder and even tried delete the whole repository : /root/.m2/repository, didn't help This error only appear if I add the discovery profile dependency, If I remove I don't see it. Thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Mukunthini Jeyakumar
I've tried deleting getopt folder and the whole repository download dir /root/.m2/repository, didn't help. If I remove the dependency 'cas-server-support-discovery-profile", the build works. Thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -

[cas-user] proxy tickets and sliding session window

2018-11-28 Thread Ray Bon
We are using CAS proxy to connect Roundcube webmail client to our IMAP server. For this we have a no longer developed phpCAS plugin. If we set CAS to a sliding session window, Roundcube's repeated requests for proxy tickets will keep the CAS session active indefinitely until the browser is

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Ray Bon
Mukunthini, That error means that your install of getopt is corrupt (there should be no body tag in pom). You can delete the getopt folder and next build it will be downloaded again. Ray On Wed, 2018-11-28 at 11:49 -0800, Mukunthini Jeyakumar wrote: Hi Travis, When I add the dependency in

Re: [cas-user] Re: Login with sAMAccountName instead CN

2018-11-28 Thread Sudhan Samyraj
Thanks ray I will check it out if anybody having any suggestions please let me know [image: photo] S.Sudhanraj Network Engineer A: 309 Kent Street, Sydney, NSW 2000 Email: helpd...@eluminaelearning.com.au On Thu, Nov 29,

Re: [cas-user] Re: Login with sAMAccountName instead CN

2018-11-28 Thread Ray Bon
Take a look at https://apereo.github.io/cas/5.3.x/installation/Password-Policy-Enforcement.html and https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#password-policy-settings Essentially, CAS must be set up to listen to the responses from AD/LDAP. I have not

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Mukunthini Jeyakumar
Hi Travis, When I add the dependency in pom.xml for discovery profile (https://apereo.github.io/cas/5.2.x/installation/Configuration-Discovery.html), got issues on maven build. org.apereo.cas cas-server-support-discovery-profile ${cas.version} here is the error/warning I'm

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-11-28 Thread Mukunthini Jeyakumar
Hi Travis, I've all the monitoring endpoints enabled already in cas properties. cas.monitor.endpoints.enabled: true endpoints.enabled: true # Mark the endpoints not sensitive cas.monitor.endpoints.sensitive:

Re: [cas-user] Re: Login with sAMAccountName instead CN

2018-11-28 Thread Sudhan Samyraj
Hi Ray, Thanks for your help Now am facing the issue is only with, if iclick "*user logon password must change next login"* in AD user properties am not able to login in cas with the current password and cas login is not asking for new password to update also one more point if i uncheck the

Re: [cas-user] Re: Login with sAMAccountName instead CN

2018-11-28 Thread Ray Bon
Sure! This list is all about people helping people. On Wed, 2018-11-28 at 00:42 -0800, Sudhan Samyraj wrote: Great help Ray, I have one more issue can i discuss that here? On Tuesday, November 27, 2018 at 12:25:38 PM UTC+5:30, Sudhan Samyraj wrote: Hi Ray, I will describe my

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Ray Bon
Carlos, Do you have access to your AD/LDAP logs? Sanitize and post here (both successful ldapsearch and failed SSO). They may give a reason for the failure. Ray On Wed, 2018-11-28 at 08:03 -0800, Carlos Morales wrote: I follow this guide, but this seems impossible SSO with LDAP dosn't

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Carlos Morales
I follow this guide, but this seems impossible SSO with LDAP dosn't work but my ldapsearch it's working anb binding all users. Any suggestion? Thank in advantage. El miércoles, 28 de noviembre de 2018, 16:06:23 (UTC+1), João Henriques escribió: > > Check this thread: > >

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Carlos Morales
Yep, I included LDAP support in my POM dependencies in a new deploy but continue without working. El miércoles, 28 de noviembre de 2018, 15:07:25 (UTC+1), Dirk Tepe escribió: > > Have you included LDAP support in your POM dependencies when you built the > WAR file? > >

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread João Henriques
Check this thread: https://groups.google.com/a/apereo.org/d/topic/cas-user/LBfDaRPQ5Ds/discussion Maybe it helps. quarta-feira, 28 de Novembro de 2018 às 14:07:25 UTC, Dirk Tepe escreveu: > > Have you included LDAP support in your POM dependencies when you built the > WAR file? > >

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Tepe, Dirk
Have you included LDAP support in your POM dependencies when you built the WAR file? https://apereo.github.io/cas/5.3.x/installation/LDAP-Authentication.html That error seems to indicate your CAS instance is not even capable of using LDAP. -dirk On Wed, Nov 28, 2018 at 7:26 AM Carlos Morales

[cas-user] CAS 5.2 OAuth 2 Redirect to root - not regularly

2018-11-28 Thread Amin M.Tehrani
Hi, we have a problem with cas 5.2.x using *OAuth 2*. The problem is like following and it happens not all the time: cas : www.example.com/cas/ app: www.example.com/app/ with that said, the usual approach is after correct login, cas will redirect to

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Carlos Morales
Hello, Here mi AD: My ldapsearch works correctly and bind OK, but my CAS dosn't connect with AD and give me the following error: 2018-11-28 13:22:47,186 DEBUG [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - My application.properties: cas.authn.ldap[0].type=

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread matrix
Do you have a user called "test" in the Active Directory? *[HttpBasedServiceCredentialsAuthenticationHandler] does not support the credential type [UsernamePasswordCredential (username = Test)]. * And try this cas.authn.ldap[0].searchFilter=sAMAccountName={user} On Wed, Nov 28, 2018 at 6:14 PM

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread Carlos Morales
I have tried more options like: cas.authn.ldap[0].searchFilter= cn={user} cas.authn.ldap[0].userFilter=uid={user} sAMAccountName But all of them same error: Any option? Thank you so much. El martes, 27 de noviembre de 2018, 18:15:20 (UTC+1), casuser escribió: > > Check your

[cas-user] Re: Login with sAMAccountName instead CN

2018-11-28 Thread Sudhan Samyraj
Great help Ray, I have one more issue can i discuss that here? On Tuesday, November 27, 2018 at 12:25:38 PM UTC+5:30, Sudhan Samyraj wrote: > > Hi Ray, > > > I will describe my other problem clearly , please help me to > sort it out once the user login with the