Hello,
I also agree this part of the documentation is hard to understand unless you read through the whole doc word by word
You saw that there is a line here:
Hazelcast settings for this feature are available here under the configuration key cas.ticket.registry.hazelcast
.
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.
Principal transformation settings for this feature are available here 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