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] Need to upgrade CAS 5.1.4 to 5.3.8

2019-02-26 Thread matrix
Are you getting any error while trying to update? What is the authentication method you are using? Please post your error log. On Tue, Feb 26, 2019 at 6:58 PM Pameliya Mukherjee < pameliya.mukherj...@gmail.com> wrote: > Hi All, > > Please guide me how can I upgrade CAS from 5.1.4 to 5.3.8? > >

Re: [cas-user] CAS 5.3.8 deployment on Wildfly 10.0.0 Final fails

2019-02-25 Thread matrix
Which Java version are you referring to? On Mon, Feb 25, 2019 at 5:30 PM P Shreyas Holla wrote: > Hi, > > We are deploying CAS 5.3.8 WAR on Wildfly 10.0.0 Final, the deployment > fails with following log, > > 14:57:45,639 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) > WFLYWELD0013:

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-28 Thread matrix
Do you have a user called "test" in the Active Directory? *[HttpBasedServiceCredentialsAuthenticationHandler] does not support the credential type [UsernamePasswordCredential (username = Test)]. * And try this cas.authn.ldap[0].searchFilter=sAMAccountName={user} On Wed, Nov 28, 2018 at 6:14 PM

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-27 Thread matrix
Check your active directory field to verify the username, we had the same problem then we switched it back to sAMAccountName from cn On Wed, 28 Nov 2018, 12:34 am Carlos Morales Sorry, the syntax is correct as you said it is n and not m, but it still > does not work showing the same error: > >

Re: [cas-user] CAS 5.3 WITH AD / LDAP

2018-11-27 Thread matrix
Aren't that supposed to be cn instead of cm in the searchfilter value field On Tue, 27 Nov 2018, 11:18 pm Carlos Morales > Good afternoon, I have installed CAS in the new version 5.3.0, once modified > the application.properties and indicated that the default credentials stop > working I have

Re: [cas-user] Re: CAS 5.3.0-RC2 LDAP Authentication and cas.authn.ldap[0].userFilter property

2018-11-27 Thread matrix
> Am using cas 5.3.2 pls help me for user change password on next login > > If I click that check box am not able to login in cas > > On Tue 27 Nov, 2018, 2:58 PM matrix >> Which case version you are using? >> >> On Tue, 27 Nov 2018, 2:53 pm Sudhan Samyraj &l

Re: [cas-user] Re: CAS 5.3.0-RC2 LDAP Authentication and cas.authn.ldap[0].userFilter property

2018-11-27 Thread matrix
Which case version you are using? On Tue, 27 Nov 2018, 2:53 pm Sudhan Samyraj Hi David, > > I will describe my problem clearly , please help me > to sort it out once the user login with the userprincipalname it is login > me fine. > > if once i click the user must change

Re: [cas-user] cas-overlay-template /build.sh run against master stopped working

2018-11-21 Thread matrix
Did you add any new dependency? Can you post your build.gradle ? On Thu, 22 Nov 2018, 3:01 am Orangeloops Hi, > > CAS newbie here, so please be gentle. > > I've been running the cas-overlay-template against the master branch, by > invoking the ./build.sh run script as suggested by the README, in

Re: [cas-user] Issue with cas 6 password managenment

2018-11-20 Thread matrix
The certificate is the host certificate of the LDAP server. LDAP is configured in such a way that for reset password request requires a ssl connection/ldaps. For the version 5.2 we have the LDAP referral, so we have modified our cas servers host file to point it to the IP and it works. But cas 6

Re: [cas-user] CAS 5.2.1 Inspeckr jdbc mysql database not being populated.

2018-02-01 Thread matrix development
Try creating the table and change the ddlAuto to update *cas.authn.throttle.jdbc.**ddlAuto=update* _Fazla On Sat, Jan 27, 2018 at 12:33 AM, 'Mallory, Erik' via CAS Community < cas-user@apereo.org> wrote: > Inspektr or jdbc does not seem to be working properly. The database tables > are not

Re: [cas-user] ldap preAuthenticate and postAuthenticate

2018-01-24 Thread matrix development
Hi Satnam, Did you find any guide for that? we are plaining to do something similar. -Fazla On Fri, Jan 19, 2018 at 2:11 AM, satnam wrote: > Hello, > > CAS 5.2.x > > we want to overwrite ldap preAuthenticate and postAuthenticate functions. > In prior version

Re: [cas-user] Re: getting service registry to load into jpa database

2018-01-17 Thread matrix development
thanks I got it, On Wed, Jan 17, 2018 at 11:46 PM, Toby Archer wrote: > I did, but it's been so long ago and I didn't keep notes of what I did > since it was before I was working in a git repo. But what I can tell you is > what's different between my cas.properties file

Re: [cas-user] Re: stuck when running war overlay (maven or gradle)

2018-01-15 Thread matrix development
Hi Gabriel, Add this to debug in your cas.properties. and then send the log again and try to include all the log, By the look of it, it looks good to go. Do you see any error on the browser? logging.level.org.apereo.cas=DEBUG On Tue, Jan 16, 2018 at 2:57 PM, Gabriel Sebastian