freeradius 3 - wifi eap authentication with many Calling-station-id
Maksim Bessonov
maksim.bessonov2 at gmail.com
Thu Jul 26 08:38:51 CEST 2018
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
More information about the Freeradius-Users
mailing list