"Known good" password

Alan DeKok aland at deployingradius.com
Thu Jul 5 14:47:48 CEST 2018


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.




More information about the Freeradius-Users mailing list