[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] 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

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

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-11 Thread Matthew Uribe
Do you restart CAS after changing the cas.properties file? When you do, do you get any errors on CAS startup? Matt Uribe ERP Architect/Administrator Information Technology Aims Community College 970.339.6375 matthew.ur...@aims.edu 5401 W. 20th Street

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 Matthew Uribe
What kind of errors are you seeing in cas.log? Matt Uribe ERP Architect/Administrator Information Technology Aims Community College 970.339.6375 matthew.ur...@aims.edu 5401 W. 20th Street Greeley, CO, 80634 <

[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 -

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

2019-10-11 Thread Matthew Uribe
It looks like you're using ldap, rather than ldaps. Is that correct? I recall when I was doing that I had to explicitly tell CAS not to encrypt the traffic. I think just providing ldap://server in the ldapUrl is not enough to prevent CAS from trying to connect securely. This is back when I was

[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
Actually CAS (serveur) make 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.cas: