mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
Also includes some changes for jessie's version of FreeRADIUS 2 (was previously a custom version). Besides the move to a subdir the config files were adapted for 3.0. The rlm_sim_files module was removed with FreeRADIUS 3 and Debian's package of FreeRADIUS 2 does not ship it, so we now replicate it using the files module (via users file, which is actually a symlink to mods-config/files/authorize in the default installation of FreeRADIUS 3). Another approach was tried using rlm_passwd, however, that module does not read binary/hex data, only printable strings, which would require changing the triplets. For 2.x a hack in the site config is necessary to make the attributes available to the EAP-SIM module.
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
carol::cat /etc/ipsec.d/triplets.dat
|
|
dave::cat /etc/ipsec.d/triplets.dat
|
|
alice::freeradius
|
|
moon::ipsec start
|
|
carol::ipsec start
|
|
dave::ipsec start
|
|
moon::expect-connection rw-mult
|
|
carol::expect-connection home
|
|
carol::ipsec up home
|
|
dave::expect-connection home
|
|
dave::ipsec up home
|