"Known good" password
Bernd Nachtigall
bnacht at web.de
Thu Jul 5 21:49:19 CEST 2018
Am 05.07.2018 um 14:47 schrieb Alan DeKok:
> On Jul 5, 2018, at 7:58 AM, Bernd Nachtigall <bnacht at web.de> wrote:
>> This Syntax of an user entry (old radius 2) was the cause of the error:
>>
>> testuser Cleartext-Password := "mypassword", Login-Time ="Any",
>> Expiration >"Oct 01 2020", Simultanous-Use = 1
>> Service-Type = Framed-User,
>> Framed-Protocol = PPP,
>> Framed-IP-Address = 192.168.111.222,
>> Framed-Routing = None,
>> Filter-ID = USER
>>
>> In radius3 you has to use:
>>
>> testuser Cleartext-Password := "mypassword"
>> Login-Time ="Any",
>> Expiration >"Oct 01 2020",
>> Simultanous-Use = 1,
>
> That doesn't look right. And the server will complain about attributes in the reply list, when the should be in the check list.
>
> It should be:
>
> testuser Cleartext-Password := "my password, Login-Time := "Any", Expiration >"Oct 01 2020", Simultanous-Use := 1
>
> all on one line. Notice ":=" instead of "=".
>
> See "man users" for more information.
>
> Alan DeKok.
Ah, now I recognize. Thx.
1st line User, Next lines part of the answer
Tank you very much!
Bernd
More information about the Freeradius-Users
mailing list