UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Code Block |
---|
realm * { server etlr1.eduroam.org server etlr2.eduroam.org } |
Goodies
This section contains some optional configuration parameters that can do good in many cases.
Keeping the config file at a manageable size
radsecproxy allows to split the configuration file into several files on disk and include the parts into the main configuration file. This is very practical when many sites have to be managed. You can create a subdir and put the client, server, realm parts together in one file per participant. By adding
Code Block |
---|
include /etc/radsecproxy.conf.d/*.conf
|
into the main config file, you can put all the participant files into that directory.