Hello Anmol, Please use the proper thread for your question or create a new one.
Thanks. On Wednesday, November 13, 2019 at 10:14:47 AM UTC+1, Anmol Budhewar wrote: > > Hello, > Thank you for your response, currently I am using cas 5.1 in maven > project. Not using the gradle can you help me in maven to connect the cas > with > LDAP. > > -Anmol > > On Wed, Nov 13, 2019 at 2:27 PM Andy Ng <[email protected] <javascript:>> > wrote: > >> Hi, >> >> Referring this here: >> >> https://apereo.github.io/cas/6.0.x/configuration/Configuration-Management.html#overview >> >> I am using this for my testing system, and I just checked it does work, >> and it can be consumed by CAS: >> >> java -server -noverify -Xmx2048M -jar >> *-Dcas.standalone.configurationDirectory=/mycasproperties* cas.war >> ${ADDITIONAL_JAVA_PARAM} >> >> >> And you should be able to see this message if cas properties is loaded: >> 2019-11-13 08:52:18,444 INFO >> [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] >> >> - <Configuration files found at [*/mycasproperties*] are [[file >> [/mycasproperties/cas.properties]]] under profile(s) >> >> See if this would work... >> >> Cheers! >> - Andy >> >> >> >> -- >> - 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/cee0bfd6-bf40-48ba-bda3-e7202e2a2d63%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/cee0bfd6-bf40-48ba-bda3-e7202e2a2d63%40apereo.org?utm_medium=email&utm_source=footer> >> . >> > -- - 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/c4548ac7-9799-4fcf-af38-64dc2fd045a0%40apereo.org.
