[RADIATOR] Multiple AuthBy Radius hosts

Heikki Vatiainen hvn at open.com.au
Thu Aug 23 13:17:13 CDT 2012


On 08/23/2012 04:54 PM, eliran shlomo wrote:

> Is there another way to do it?
> because we got 6 different Handlers,and i wish to save lines inside the
> configuration file...

Yes, here is an alternative:

<AuthBy RADIUS>
      Identifier authby1
      Secret mysecret2
      Host 127.0.0.1
      AuthPort 1812
      AcctPort 1813
</AuthBy>
<AuthBy RADIUS>
      Identifier authby2
      Secret mysecret2
      Host 127.0.0.2
      AuthPort 1812
      AcctPort 1813
</AuthBy>

<Handler something>
    AuthBy authby1
    AuthBy authby2
</Handler>

<Handler somethingelse>
    AuthBy authby1
    AuthBy authby2
</Handler>

Thanks,
Ḧeikki


-- 
Heikki Vatiainen <hvn at open.com.au>

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
NetWare etc.


More information about the radiator mailing list