Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx # /etc/radiusclient/realms
     5         kx #
     5         kx # Handle realm @netservers.co.uk on an internal RADIUS server
     5         kx # (note the server must be told to strip the realm)
     5         kx 
     5         kx #authserver netservers.co.uk 192.168.1.1:1812
     5         kx #acctserver netservers.co.uk 192.168.1.1:1813
     5         kx 
     5         kx # users in realm @example.com are handled by separate servers
     5         kx 
     5         kx #authserver example.com 10.0.0.1:1812
     5         kx #acctserver example.com 10.0.0.2:1813
     5         kx 
     5         kx # the DEFAULT realm matches users that do not supply a realm
     5         kx 
     5         kx #authserver DEFAULT 192.168.1.1:1812
     5         kx #acctserver DEFAULT 192.168.1.1:1813
     5         kx 
     5         kx # Any realms that do not match in the realms file automatically fall 
     5         kx # through to the standard radius plugin which uses the servers in the 
     5         kx # radiusclient.conf file.  Note that this is different than the
     5         kx # DEFAULT realm match, above.