Re: [cas-user] LDAP AUTHENTICATION ERROR

2019-06-26 Thread EL AZZAOUI Mustafa
ok i will try Thank you Ray :) Le mar. 25 juin 2019 à 15:56, Ray Bon a écrit : > You should look at your LDAP logs. You could also put your CAS logs in > debug or even trace mode. > > Ray > > On Tue, 2019-06-25 at 01:40 +0100, EL AZZAOUI Mustafa wrote: > > i try it but didn't Work :( > > Le

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-26 Thread David Curry
Unless you really want it to only be accessible from the local host that the server is running on, you need to comment out this line: cas.adminPagesSecurity.ip=127\.0\.0\.1 Or more appropriately, set it to a value that matches the IPs you want to be able to reach the status page. It's a Java

[cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-26 Thread 123 456
Template: https://github.com/apereo/cas-gradle-overlay-template #= # cas.properties #= server.port = cas.server.name: https://{server}: cas.server.prefix: https://{server}:/cas cas.adminPagesSecurity.ip=127\.0\.0\.1 logging.config:

[cas-user] Re: Duplicated attribute value - CAS6.0.4

2019-06-26 Thread Geng, Kelly
So we found the issue was brought in by the Surrogate authentication component. Once we remove that dependency, the issue was gone. We are going to log an issue so hopefully it gets fixed soon. On Tue, Jun 25, 2019 at 3:57 PM Geng, Kelly wrote: > I should add that we authenticate against

Re: [cas-user] New CAS Installation

2019-06-26 Thread Ray Bon
Heather, Take a look at https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html Ray On Wed, 2019-06-26 at 06:54 -0700, heather essink wrote: I am semi new to the world of Linux based OS and completely new to CAS. Is there a good step by step installation guide on how to

Re: [cas-user] New CAS Installation

2019-06-26 Thread David Curry
You might find this helpful; it takes you step by step from an out-of-the-box RHEL 7 install to a full-blown CAS implementation: https://dacurry-tns.github.io/deploying-apereo-cas/ Note however that it's based on CAS 5.2.x, not CAS 6.x. For the most part that shouldn't matter, except that

[cas-user] New CAS Installation

2019-06-26 Thread heather essink
I am semi new to the world of Linux based OS and completely new to CAS. Is there a good step by step installation guide on how to install and configure CAS. Our main goal with CAS is to set up multi factor authentication to work with the many sites/applications we have on campus. I did look