Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: AQ is a real place that might (eventually) get eduroam. XZ is XZ is reserved for user assignment in ISO3166-1 alpha-2

...

Code Block
client __SP_IP_ADDR__ {
        type     udp
        secret   __SP_SECRET__
        FTicksVISCOUNTRY AQXZ 		# will generate F-Ticks for a non-existant "visited country = Antarctica"
 }

Stanzas like this one are used for each connected service provider that is connected via RADIUS. You need to know the IP address of every SP's RADIUS server and negotiate a shared secret with the SP

...