CAS uses Spring Boot’s “relaxed binding”, https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-relaxed-binding so both styles are OK.
D. On March 5, 2020 at 07:13:33, Robert ([email protected]) wrote: Hi there, yesterday I've stumbled across CasPersonDirectoryConfiguration.java in cas-server-support-person-directory, while debugging, why my LDAP configuration is not used to retrieve attributes (jdbc, json and stub were). I've found out, that CasPersonDirectoryLdapConfiguration is conditionally created when property cas.authn.attribute-repository.ldap[0].ldapUrl exists. My cas.properties was using cas.authn.attributeRepository.ldap[0].ldapUrl, as in the documentation mentions. Now I found, that there are alot more of these different usages in source code and documentation. Sometimes its cas.authn.attribute-repository and sometimes its cas.authn.attributeRepository. Should I create a PR to unify them or is that on purpose? Cheers, Robert. -- You received this message because you are subscribed to the Google Groups "CAS Developer" 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-dev/d357fe9b-401b-4173-af92-c36aa2fe6d2e%40apereo.org. -- You received this message because you are subscribed to the Google Groups "CAS Developer" 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-dev/etPan.5e60fdf0.7a741f28.23f%40unicon.net.
