[cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2017-05-23 Thread RJ
Guys, In the latest version 5.0.5 or 5.1.0-RC4, the default service,HTTPSandIMAPS-1001.json, gets auto created during the startup. We kept deleting it but it comes back. It wasn't the case in the past. How to turn the auto creation off ? HTTPSandIMAPS-1001.json Apereo-1002.json

Re: [cas-user] Redirect loop

2017-05-23 Thread Pooya Eslami
Where would I find mod_auth_cas logs? The full apache conf is here: https://pastebin.com/cyrp9nbJ version of apache is 2.4.7 libapache2-mod-auth-cas version 1.0.9.1-4 I only have plone installed, it creates a virtual host at 8080. Rewrite rule was per plone docs...

Re: [cas-user] Redirect loop

2017-05-23 Thread Pooya Eslami
Part of the error log... https://pastebin.com/dhRnyfWB On Monday, May 22, 2017 at 5:49:09 PM UTC-4, David Hawes wrote: > > What do the mod_auth_cas debug logs show? > > Can you post your full Apache configuration? > > What version of Apache? > > What version of mod_auth_cas? > > On 22 May

Re: [cas-user] Redirect loop

2017-05-23 Thread Pooya E
I think I know where the problem is... I need a ProxyPassReverse for the rewrite rule I have since it is redirecting with an address that has 8080 appended. What do you think? If so, how would you write the ProxyPassReverse for that rewrite rule? On Monday, May 22, 2017 at 5:49:09 PM UTC-4,

Re: [cas-user] Redirect loop

2017-05-23 Thread David Hawes
I don't see that you have the following in your config (from the Plone docs): ServerAlias * ServerRoot/var/www ServerSignature On Have you tried adding something like this? Without it, I'd expect the proxy to just keep looping. This happens on my test machine. You may still

[cas-user] Re: CAS Management App not Connecting to JPA

2017-05-23 Thread atilling
The tables are all there and the CAS service is connecting. I have added a service by hand in the tables and CAS is recognizing it, service management app is not. On Friday, May 19, 2017 at 10:06:29 AM UTC-4, atilling wrote: > > I have configured CAS to use a JPA service registry and the logs

Re: [cas-user] Strange mod_auth_cas behavior (no cookies created in CASCookiePath)

2017-05-23 Thread Neil Sabol
Hi Matt, Thank you for the quick reply and information - I had not considered file handles as a culprit. If the issue recurs, I will dig into that. We did find some anomalies on the virtual machine where the mod_auth_cas behavior manifested (outdated VMware tools and really old VM hardware

[cas-user] Re: CAS 5.0 and 5.1 - Nested Proxies Causing Problems with @Scheduled

2017-05-23 Thread Petr Strnad
Forgot to add the attachments Dne úterý 23. května 2017 15:53:15 UTC+2 Petr Strnad napsal(a): > > Hello, > > For some reason, there is a DefaultAdvisorAutoProxyCreator bean being > created in CasApplicationContextConfiguration >

[cas-user] Inspektr audit - Failed authentication treated like throttling?

2017-05-23 Thread Jaroslav Kačer
Dear CAS user/developers, We are using CAS 5.0.4 with the Inspektr library for storing audit logs into a database. We are using it together with login throttling, which depends on the data in the audit table. Everything works just fine, I just spotted a little surprising thing: It seems that

[cas-user] CAS 5. Which version cas I use in production?

2017-05-23 Thread Marco Osorio
Hello everyone. First of all excuse my English. Can someone tell me what version I can use in production? I have currently deployed version 4.2.7 and it goes perfectly, but now there is a new requirement to integrate JIRA with CAS + LDAP AD and SAML2, so my interest in testing overlay and so

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Sandy Lelarge
Ho yes, I did not understood. This is what I have in mind. I'm to young to cas. I'll try to make this on version 5 I've to understand the structure of it and of pac4j Thanks a lot Le mardi 23 mai 2017 09:46:53 UTC+2, Martin Bohun a écrit : > > Hi Sandy, > > I am not entirely sure what you mean

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Martin Bohun
Hi Sandy, I am not entirely sure what you mean by "BTW I still wonder if CAS 5 can do it by chaining something somewhere.", one place in our code where one can kinda "chain" something is currently hardcoded "null" (taken/followed from pac4j examples) in:

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Sandy Lelarge
Thank you for your response Martin. I will take a look into your code. BTW I still wonder if CAS 5 can do it by chaining something somewhere. It can already do everthing but not the way I want to. Perhaps I can make something similar to what you've done by chaining social networks auth with