Hello, I also agree this part of the documentation is hard to understand unless you read through the whole doc word by word
Let make Hazelcat Ticket Registry as an example: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#hazelcast-ticket-registry You saw that there is a line here: *Hazelcast settings for this feature are available here <https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#hazelcast-configuration> under the configuration key cas.ticket.registry.hazelcast.* And after you click into the link, it will redirect you to here: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#hazelcast-configuration With the following line # ${configurationKey}.cluster.members=123.456.789.000,123.456.789.001 # ${configurationKey}.cluster.instanceName=localhost # ${configurationKey}.cluster.port=5701 In the example of Hazelcast Ticket, that means if you want to set members for Hazelcast, you need to use the following syntax: *[cas.ticket.registry.hazelcast] => **# ${configurationKey}.cluster.members=123.456.789.000,123.456.789.001* *cas.ticket.registry.hazelcast* *.cluster.members=123.456.789.000,123.456.789.001* The cas.ticket.registry.hazelcast is the {$configurationKey}, you plug it in and it would works. How about another example: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#radius-authentication Principal transformation settings for this feature are available here <https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#authentication-principal-transformation> under the configuration key cas.authn.radius. In this case, the config for Radius Principal transformation settings should be: *cas.authn.radius.principalTransformation.pattern=(.+)@example.org* See if the above helps, thanks. 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]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c3cb1282-0002-4c37-932e-806359669d76%40apereo.org.
