Do you mean the cas.properties? If so then yes it is identical. The only difference between gradle and maven is the build process. The instructions for building the war file can be found here
https://github.com/apereo/cas-gradle-overlay-template/blob/master/README.md Make sure you replaced the default deployerConfigContext.xml and cas.properties before you attempt to build. As for LDAPS, It is up to you really. We use LDAPS to secure LDAP traffic over SSL but you can start with LDAP for now and move to LDAPS when you have time to configure everything required for it. Dan On Wednesday, October 5, 2016 at 1:38:11 PM UTC-4, Hank Foss wrote: > > Hi Dan, > > I'm hoping the environmental variables are identical with gradle as with > maven, because it's looking like we'll have to recompile. > > Question, does CAS need to be running over LDAPS or is LDAP fine? > > Thanks, > Hank > > > On Friday, September 30, 2016 at 4:17:24 PM UTC-4, Hank Foss wrote: >> >> Thanks to the documentation, I've been able to get far with the CAS build >> so far, but LDAP has been a bit of a challenge so far. >> >> I followed this link to the letter: >> https://apereo.github.io/cas/4.2.x/installation/LDAP-Authentication.html >> Then I re-ran maven by running* mvn install package*, reloaded WAR >> file, and restarted Tomcat - not much luck so far. >> >> What is good is that the log file cas.log has shown the source IP and >> attempting logon username. So that's a step in the right direction: at >> least it's showing the failure! >> >> The local user casuser / Mellon logons are successful, and the cas.log >> shows that too. >> >> Any advice on LDAP configuration on CAS 4.2.5 is greatly appreciated. >> >> >> Thanks, >> Hank >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ced2c5a3-fe69-4c6a-ae52-62043b56030f%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
