Re: [cas-user] Issues getting LDAP going - CAS 4.2.5

2016-09-30 Thread Waldbieser, Carl
Hank, Is anything in your logs indicating that CAS is trying to connect to your directory? You might want to crank up the log levels if you aren't seeing anything. If you have access to your directory logs, they can also be useful to diagnose if there is some issue connecting to the directory.

[cas-user] /cas/statistics/ssosessions is not destroying sessions

2016-09-30 Thread carlos maddaleno cuellar
Hi i have a question why when a user authenticates on a services like one of my sistem any and when i destroy the session [image: Imágenes integradas 1] i clic the button destroy but it dosent do on the service but it does when i log in for example on cas-services or management someone could he

[cas-user] Re: Issues getting LDAP going - CAS 4.2.5

2016-09-30 Thread Dan Roque
Hi Hank, I literally just configured CAS 4.2.5 with Tomcat 8.5.5 this week and also had a few issues along the way as the documentation is not fully complete. However, I configured everything using https://github.com/apereo/cas-gradle-overlay-template but maven should be roughly the same. C

[cas-user] Issues getting LDAP going - CAS 4.2.5

2016-09-30 Thread Hank Foss
Thanks to the documentation, I've been able to get far with the CAS build so far, but LDAP has been a bit of a challenge so far. I followed this link to the letter: https://apereo.github.io/cas/4.2.x/installation/LDAP-Authentication.html Then I re-ran maven by running* mvn install package*, rel

[cas-user] Info on STATISTICS page

2016-09-30 Thread carlos maddaleno cuellar
Hi i wanted to know if someone could explain me whats the diference between total jvm memory and max memory where is this memory 7862 where do i configure this? [image: Imágenes integradas 1] -- You received this message because you are subscribed to the Google Groups "CAS Community" group. T

Re: [cas-user] Pac4j delegate authentication, adding a PrincipalResolver to ClientAuthenticationHandler

2016-09-30 Thread Jérôme LELEU
Hi, You're right: there is no PrincipalResolver in the ClientAuthenticationHandler: I guess it would make sense to add that to be able to fetch additional information. Can you open a Github issue for that improvement? Currently, you likely need to override the createResult method of the authentic

Re: [cas-user] Problems accesing to /cas/statistics

2016-09-30 Thread carlos maddaleno cuellar
hi thanks i could acces i had to reload the application from my application server so i have another cuestion sorry my question is can i have multiple ip's like this cas.securityContext.adminpages.ip=172.18.14.180|172.18.15.35 thanks 2016-09-30 10:18 GMT-06:00 Jérôme LELEU : > Hi, > > Indeed,

Re: [cas-user] Problems accesing to /cas/statistics

2016-09-30 Thread Jérôme LELEU
Hi, Indeed, this is very strange. I don't see any obvious reason. Can you access your develop server using a .* pattern? My guess is that the pattern is not taken into account... Thanks. Best regards, Jérôme 2016-09-30 18:11 GMT+02:00 carlos maddaleno cuellar < iamcarlosmaddal...@gmail.com>:

Re: [cas-user] Problems accesing to /cas/statistics

2016-09-30 Thread carlos maddaleno cuellar
hi this is the error my server is showing when i try to acces ERROR [org.pac4j.http.client.direct.IpClient] - my ip addres 2016-09-30 10:10 GMT-06:00 Jérôme LELEU : > Hi, > > You should put the incoming IP, so generally your IP, but you must be sure > this is really the IP sent to the develop s

Re: [cas-user] Problems accesing to /cas/statistics

2016-09-30 Thread Jérôme LELEU
Hi, You should put the incoming IP, so generally your IP, but you must be sure this is really the IP sent to the develop server. What IP address do you see in the logs of your develop server when you call it? Thanks. Best regards, Jérôme 2016-09-30 18:02 GMT+02:00 carlos maddaleno cuellar < ia

[cas-user] Problems accesing to /cas/statistics

2016-09-30 Thread carlos maddaleno cuellar
Hi i wanted to know if someone could help me i deployed my cas server to my develop server so in my localhost http://localhost:8080/cas/statistics i can view it son no problem but when i try to acces to my develop server on http://172.18.141.35:8080/cas/statistics it says [image: Imágenes integ

Re: [cas-user] Oauth2.0 not redirecting back to app

2016-09-30 Thread Jérôme LELEU
Hi, Can you post your logs (in DEBUG on org.jasig) to see if it properly goes through the OAuth controller? Thanks. Best regards, Jérôme 2016-09-30 10:21 GMT+02:00 Jens Hausherr : > Hi, > > I am using 4.2.6 and there are no errors in the logs. > > The audit tells me that the authentication was

[cas-user] Pac4j delegate authentication, adding a PrincipalResolver to ClientAuthenticationHandler

2016-09-30 Thread Charles Le Gallic
Hi, We are currently using CAS 4.2.5 as an OpenId Connect (OIDC) client to retrieve the identity provider attributes. It works like a charm (congratulations to the CAS development team :)). But we wish to add additional attributes, retrieved from our internal database, to the user CAS principa

Re: [cas-user] Bug on cas-services app "/" slash ?

2016-09-30 Thread Josep Manel Andrés
done. cheers! On 30/09/16 11:13, Misagh Moayyed wrote: Ah, gotcha. Sorry I missed it. Yes, please do file an issue. -- Misagh From: Josep Manel Andrés Reply: josep.and...@bsc.es Date: September 30, 2016 at 12:35:51 PM To: cas-user@a

Re: [cas-user] [CAS 5.0 RC2] Configuring the Maven overlay

2016-09-30 Thread Stephan Arts
Can I relate it to ticket #2024? Since I think it's related to my understanding of how to do the overlays with CAS 5. On 30/09/16 10:59, Misagh Moayyed wrote: Upload an overlay here: https://github.com/cas-projects/cas-issues -- Misagh From: Stephan Arts Reply

Re: [cas-user] Bug on cas-services app "/" slash ?

2016-09-30 Thread Misagh Moayyed
Ah, gotcha. Sorry I missed it. Yes, please do file an issue. --  Misagh From: Josep Manel Andrés Reply: josep.and...@bsc.es Date: September 30, 2016 at 12:35:51 PM To: cas-user@apereo.org Subject:  Re: [cas-user] Bug on cas-services app "/" slash ? Yep, I know it, but nothing says that "ser

Re: [cas-user] Bug on cas-services app "/" slash ?

2016-09-30 Thread Josep Manel Andrés
Yep, I know it, but nothing says that "service name" is going to create a file, I mean, it is not "File Name" I guess it should pop an error stating invalid characters are in use. Cheers. On 30/09/16 11:01, Misagh Moayyed wrote: Google “invalid characters in file names” and see the list. --

Re: [cas-user] Bug on cas-services app "/" slash ?

2016-09-30 Thread Misagh Moayyed
Google “invalid characters in file names” and see the list. --  Misagh From: Josep Manel Andrés Reply: josep.and...@bsc.es Date: September 30, 2016 at 12:07:36 PM To: CAS Community Subject:  [cas-user] Bug on cas-services app "/" slash ? Hi , I was trying to add a service named "Observium

Re: [cas-user] [CAS 5.0 RC2] Configuring the Maven overlay

2016-09-30 Thread Misagh Moayyed
Upload an overlay here: https://github.com/cas-projects/cas-issues  --  Misagh From: Stephan Arts Reply: Stephan Arts Date: September 30, 2016 at 10:57:16 AM To: cas-user@apereo.org Subject:  Re: [cas-user] [CAS 5.0 RC2] Configuring the Maven overlay I am feeling more and more like an idiot

[cas-user] Bug on cas-services app "/" slash ?

2016-09-30 Thread Josep Manel Andrés
Hi , I was trying to add a service named "Observium/Nagios" And it gave me an error, "An error has occurred while attempting to save the service. Please try again later." When I went to look into the logs, I found it was trying to create /etc/cas/services/Observium/Nagios-5084896551456820.jso

Re: [cas-user] Oauth2.0 not redirecting back to app

2016-09-30 Thread Jens Hausherr
Hi, I am using 4.2.6 and there are no errors in the logs. The audit tells me that the authentication was successful and that the TGT has been created. I am just not redirected back to http(s)://localhost:3000/callback?code=... Here is the initial URL I redirect the browser to: https://localhost

Re: [cas-user] [CAS 5.0 RC2] Configuring the Maven overlay

2016-09-30 Thread Stephan Arts
I am feeling more and more like an idiot. There must be something I am missing or fail to understand. I've tried different things, (even tried a different registry - just to see if that helps) And I am not getting anywhere. When looking at the attached pom.xml and application.properties, can