freeradius 3 - wifi eap authentication with many Calling-station-id

Alan Buxey alan.buxey at gmail.com
Thu Jul 26 13:12:04 CEST 2018


i'm guessing you dont have fall-through enabled in your radcheck table?

alan

On 26 July 2018 at 07:38, Maksim Bessonov <maksim.bessonov2 at gmail.com>
wrote:

> hi
> i don't know how to tell FreeRADIUS user password. I tried to use unlang in
> autorize section
>
> authorize {
>         preprocess
>         sql
> foreach &control:Calling-Station-Id {
>         if (&request:Calling-Station-Id == "%{Foreach-Variable-0}") {
>                 ok
>         }
>        eap {
>                 ok = return
>         }
> but without success.
>
> And i didn' find in docs any examples with multiple Calling-station-id.
>
> 2018-07-26 0:05 GMT+03:00 Alan DeKok <aland at deployingradius.com>:
>
> >
> > > On Jul 25, 2018, at 4:46 PM, Maksim Bessonov <
> maksim.bessonov2 at gmail.com>
> > wrote:
> > >
> > > Debug with the problem
> >
> >   I didn't tell you to post more debug output.
> >
> >   I told you to tell FreeRADIUS what the users password is.
> >
> >   If you don't know what that means, ask a question.
> >
> >   If you do know what it means, then you know how to fix the problem.
> >
> >   All of this is documented in the FAQ and in many examples.
> >
> >   Alan DeKok.
> >
> >
> > -
> > List info/subscribe/unsubscribe? See http://www.freeradius.org/
> > list/users.html
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/
> list/users.html
>


More information about the Freeradius-Users mailing list