Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-19 Thread casuser
The error indicates that transport encryption is required -- this generally means you need to change the LDAP server URI from ldap://server.domain.gTLD to ldaps://server.domain.gTLD *but* since few LDAP servers use certs issued from a public certificate authority (CA), you'll also need to

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
Im trying your configuration in my cas And its return javax.naming.AuthenticationNotSupportedException: [LDAP: error code 8 - BindSimple: Transport encryption required.] And the CAS not loaded. Did I miss something? Im new to CAS, so Im just following new school documentation, how to

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
> Thank you so much for your answer. But can you guide me where and how to add selfsign certificate in the keystore file? >Ive tried use ldap with port 389. CAS is loaded, but when im trying to login with my username and password its return error. LDAP: error code 8 - BindSimple: Transport

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread matrix
You need to add the self sign certificate in thekeystore file of CAS, also check of the port 636 is open or not. Actually you don't need ldaps for cas authentication. Bellow is my ldap config which works for me. Check whether your ports are open or not. cas.authn.ldap[0].principalAttributeList

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
Yes. Because Its in my local PC. On Friday, July 12, 2019 at 8:03:24 AM UTC+7, casuser wrote: > > Are you using a self signed certificate? > > > On Fri, Jul 12, 2019 at 12:12 AM Alex Samosir > wrote: > >> Im trying to connect CAS with my LDAP Server. And im following The New >> School Tutorial