Hello,
It is my understanding that cas.properties should override whatever properties are in WEB-INF/classes application.properties. Is this correct?
If so, I'm having trouble overriding "cas.authn.accept.users=casuser::Mellon". With a blank value in cas.properties and "cas.authn.accept.users=casuser::Mellon" in application.properties, I'm still getting status authentication warning.
It seems as if changing values in cas.properties don't have an effect, only when I change the values in application.properties.
The only thing I did differently is instead of pointing to /etc/cas/config, I have it pointing to /etc/cas1/config (this is due to allow multiple cas instances on the same box). Can I not do this?