Is there someway to failover a realm DEFAULT...in other words, can I have
two realm DEFAULTs like:

realm DEFAULT {
       type        = radius
       authhost    = radius1.foo.com:1645
       accthost    = radius1.foo.com:1646
       secret      = secret
       nostrip
}

realm DEFAULT {
       type        = radius
       authhost    = radius2.foo.com:1645
       accthost    = radius2.foo.com:1646
       secret      = secret
       nostrip
}

...apparently, that doesn't work


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to