This is a discussion on Re: very long regular expression...[unclas] within the FreeRADIUS Users forums, part of the Networking and Network Related category; Ranner, Frank MR wrote: > > DEFAULT My-Local-String == "ok", Auth-Type := ACCEPT > Reply-Message = "%...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ranner, Frank MR wrote:
> > DEFAULT My-Local-String == "ok", Auth-Type := ACCEPT > Reply-Message = "%u logged on", > Other-Attribute = "somevalue" Don't do that. Auth-Type := ACCEPT will break EAP, MS-CHAP, and any other challenge-response or multi-round-trip exchange. Set Fall-Through=No on the reply items to stop processing - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |