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: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 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 WHAT: Supplied credentials:
>
> [UsernamePasswordCredential(username=myLogin, source=null)] ACTION:
>
> AUTHENTICATION_FAILED APPLICATION: CAS
>
>
>  
>
> My cas.properties :
>
> cas.authn.ldap[0].ldapUrl=ldap://monserveur.uk
> cas.authn.ldap[0].bindDn=cn=Directory Manager
> cas.authn.ldap[0].bindCredential=myPassword
>
> cas.authn.ldap[0].baseDn=ou=personnels,ou=XX-XXX-XXXX,ou=edu,o=gov,c=uk
> cas.authn.ldap[0].subtreeSearch=true
> cas.authn.ldap[0].searchFilter=uid=%s 
> cas.authn.ldap[0].principalAttributePassword=userPassword
> cas.authn.ldap[0].principalAttributeList=cn,givenName,mail,sn
>
>
>
>
> Note : password is SSHA encoded in ldap.
>
> How to verify what's wrong ? For example when i put a wrong baseDn or 
> searchFilter i have the same error. How to perform simple login/password 
> test to eliminate error ?
>
> How cas deal with password, ie is the ldap who perform the password 
> compare or cas ?
>
> If it's cas who perform password compare how to configure cas for 
>
> Thanks in advance for any helps !
>
>
>

-- 
- 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 "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/cb65bcf0-dad6-4e5b-8535-c38343650092%40apereo.org.

Reply via email to