Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-18 Thread Martin, Brandon
t need to explicitly pull in the ldaptive dependency. CAS > will do that for you. Follow the docs. > > > -- > > Misagh > > > From: Daniel Fisher > Reply: Daniel Fisher > Date: October 17, 2016 at 11:08:24 PM > To: cas-user@apereo.org > Subject: Re: [cas-user

Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Misagh Moayyed
-user@apereo.org Subject:  Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration On Mon, Oct 17, 2016 at 3:32 PM, Martin, Brandon wrote: Thank you for the information. 3000 is an integer, so my presumption was I need to remove the quotes from xml for the attribute to be an integer and

Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Daniel Fisher
On Mon, Oct 17, 2016 at 3:32 PM, Martin, Brandon wrote: > Thank you for the information. > > 3000 is an integer, so my presumption was I need to remove the quotes from > xml for the attribute to be an integer and not a string. Well this doesn't > work. > You need to convert 3000 to a duration. I

Re: [cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Daniel Fisher
On Mon, Oct 17, 2016 at 1:19 PM, Brandon Martin wrote: > > Possibly different version of ldaptive required? > Yes. 1.2.x moved all integer based time properties to durations. So either downgrade to 1.1.x or change your properties. Note that you've got about a half dozen other properties in your

[cas-user] CAS Ldaptive connectTimeout java.time.Duration

2016-10-17 Thread Brandon Martin
I am currently configuring CAS 4.2.6 with the Docker image here: https://github.com/apereo/cas/tree/dockerized-caswebapp Using the template from here: https://github.com/apereo/cas-overlay-template The template and docker container seem to work out of the box, my troubles are connecting to Activ