[cas-user] CAS 6.0 How to authenticate user/password with LDAP

2019-10-10 Thread ratm
I have installed docker cas 6.0 without database and without connected cas to an application. Application running fine and i'm searching for connect cas to ldap Oracle Directory server. When i tried to connect with a login/password into cas 6.0 application i have this error : WHO: myLogin

Re: [cas-user] CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
no network issues. > Then try to add the minimum properties. > I do not have 'principalAttributePassword' in my config. > > Ray > > On Thu, 2019-10-10 at 07:52 -0700, ratm wrote: > > I have installed docker cas 6.0 without database and without connected cas

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
endencies { compile "org.apereo.cas:cas-server-support-ldap:${project.cas.version}" } What's wrong ? How is it possible ? Le jeudi 10 octobre 2019 16:52:20 UTC+2, ratm a écrit : > > I have installed docker cas 6.0 without database and without connected cas > to an ap

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Actually CAS (serveur) makes no request to ldap ! I'm using cas-webapp-docker-master and i have add ldap support into build.gradle file : description = "Apereo Cenrtal Authentication Service" allprojects { apply plugin: 'java' } dependencies { compile "org.apereo.ca

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
Thanks for help ! Same problem with : cas.authn.ldap[0].ldapUrl=ldap://myServer cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].useStartTls=false or with cas.authn.ldap[0].ldapUrl=ldaps://myServer > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
No errors, only the audit record : 2019-10-11 14:11:41,800 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - > What kind of errors are you seeing in cas.log? > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
I compile and restart after every change. When i made wrong change on cas.properties My entire log : ./run.sh 6.0 0378ea0e2419cb62b848dee4254025e81183762cedfca8eb5a96227d Executing build from directory: /cas-overlay WARNING: An illegal reflective access operation has occurred WARNING:

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-11 Thread ratm
I compile and restart after every change. When i made wrong change on cas.properties My entire log : ./run.sh 6.0 0378ea0e2419cb62b848dee4254025e81183762cedfca8eb5a96227d Executing build from directory: /cas-overlay WARNING: An illegal reflective access operation has occurred WARNING:

Re: [cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-15 Thread ratm
with cas-overlay-template-6.0 i have this error : 2019-10-15 08:31:17,180 ERROR [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributio

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-15 Thread ratm
it works ! I come back later with solution. -- - 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 because you are subscribed to the Google Groups "C

[cas-user] Re: CAS 6.0 How to authenticate user/password with LDAP

2019-10-17 Thread ratm
It works for SSHA password without configuration or change. Exemple for CAS 6.0.5 provided by cas-overlay-6.0 and ldap Oracle Directory Server 11. cas.properties : # connexion au ldap sur votre serveur ldap en anonyme #

[cas-user] How to simply configure CAS 6.0 to operate with another application

2019-10-21 Thread ratm
Hello, How to simply configure CAS 6.0 to operate with another application (jenkins) ? Thanks in advance for responses -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG ---

[cas-user] How to simply access adminand status pages with CAS 6.0

2019-10-21 Thread ratm
Hello, How to simply access adminand status pages with CAS 6.0 ? Thanks in advance for responses ! -- - 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 m

Re: [cas-user] How to simply configure CAS 6.0 to operate with another application

2019-10-21 Thread ratm
Thanks ! Le lundi 21 octobre 2019 20:03:44 UTC+2, rbon a écrit : > > Are you asking how to add a service? > https://apereo.github.io/cas/6.0.x/services/Service-Management.html > > Jenkins will have to be configured to use CAS. > > Ray > > > On Mon, 2019-10

[cas-user] cas-overlay-template 6.1.x deals with thekeystore

2019-10-30 Thread ratm
Hello, How cas-overlay-template 6.1.x deals with thekeystore file ? https://github.com/apereo/cas-overlay-template/tree/6.1.x It seems there is no copy of ./cas-overlay-template 6.1.x/etc/cas to /etc/cas when i use ./gradlew[.bat] copyCasConfiguration Is it normal ? Thanks in advance

[cas-user] Re: cas-overlay-template 6.1.x deals with thekeystore

2019-10-30 Thread ratm
Thanks, i read to quickly this point ! Le mercredi 30 octobre 2019 09:29:28 UTC+1, ratm a écrit : > > Hello, > > How cas-overlay-template 6.1.x deals with thekeystore file ? > > https://github.com/apereo/cas-overlay-template/tree/6.1.x > > It seems there is no copy of ./ca

[cas-user] configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
Hello, I'm trying to configure jenkins to use cas 6.1 for authentification with : https://apereo.github.io/cas/6.1.x/services/Service-Management.html https://apereo.github.io/cas/6.1.x/services/JSON-Service-Management.html Under cas-overlay-template-6.1/etc/cas/services/ i have created jenkins-

[cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
I have added cas.service-registry.json.location=file:/etc/cas/services cas.serviceRegistry.initFromJson=true to cas.properties and put the everything-1.json into the directory /etc/cas/services Problem is the same : 2019-11-05 16:34:51,426 INFO [org.apereo.cas.services. AbstractServicesManag

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
logging to debug at least. Also check the tomcat > settings logs. All available in catalina.out by default. > > includeLocation="true"/> > > Ray > > On Tue, 2019-11-05 at 07:47 -0800, ratm wrote: > > I have added > > cas.service-registry.json.

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-06 Thread ratm
Thanks for response and help ! I have many questions andsuggestions : First (of all), i thinks it's better to explain in the readme.md that copyCasConfiguration only copy /cas-overlay-template-version/etc/cas/config into /etc/cas/config to avoid bad interpretation. Secondly why copyCasConfigurat

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-06 Thread ratm
Thanks, i do that. Cheers, Anthony Le mercredi 6 novembre 2019 10:12:41 UTC+1, Andy Ng a écrit : > > Hi Anthony, > > > First (of all), i thinks it's better to explain in the readme.md that > copyCasConfiguration only copy /cas-overlay-template-version/etc/cas/config > into /etc/cas/config to a

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-07 Thread ratm
> indicates where services are being read? > > Ray > > On Tue, 2019-11-05 at 09:06 -0800, ratm wrote: > > Thanks for help ! > > When i introduce an error on registry property application doesn't start ! > > > Le mardi 5 novembre 2019 17:50:21 UTC+1, rbon

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-07 Thread ratm
novembre 2019 10:40:10 UTC+1, ratm a écrit : > > Hello, > > The only log i have concerning services : > > 2019-11-07 10:25:29,447 INFO > [org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration] > > - < >

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-07 Thread ratm
18:43 UTC+1, ratm a écrit : > > Hello, > > On your cas 5.3 example json file are under > cas-overlay-docker/etc/cas/config/services/Everything-1.json > > But with cas-overlay-template-6.1 the structure is : > cas-overlay-template-6.1/etc/cas/services > > with cas-overl

[cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-07 Thread ratm
Thanks rbon, Andy Ng and Pol Dellaiera Le mardi 5 novembre 2019 15:26:02 UTC+1, ratm a écrit : > > Hello, > > I'm trying to configure jenkins to use cas 6.1 for authentification with : > > https://apereo.github.io/cas/6.1.x/services/Service-Management.html > https://

[cas-user] CAS 6.1 : configure json service management to operate with an http application

2019-11-07 Thread ratm
Hello, How to configure cas 6.1 json service management (cas-overlay-template-6.1) to operate with an http application ? My json file : { /* * Service jenkins */ "@class" : "org.apereo.cas.services.RegexRegisteredService", "id" : 1, "name" : "Jenkins", "serviceId" : "^http://

[cas-user] Re: CAS 6.1 : configure json service management to operate with an http application

2019-11-08 Thread ratm
Hello, I found solution. I need to import cer file into java cacerts file who run jenkins to recongnize CAS https certificate. Cheers, Anthony Le jeudi 7 novembre 2019 16:58:04 UTC+1, ratm a écrit : > > Hello, > > How to configure cas 6.1 json service management > (cas-overl