nas config in sql table

Alan DeKok aland at deployingradius.com
Tue Nov 27 22:03:28 CET 2012


laurent.feron at free.fr wrote:
> Hello,
> I saw in many messages that with the module sql it is possible to do authentication against sql table 

  No, it's not possible to do that.

  SQL is a *database*.  Databases store data.  They don't do authentication.

  SQL is used to store "known good" passwords.  See the documentation
and the Wiki for examples of how to store these passwords in SQL.

> and also to have the NAS definition in another table. Is it possible to have only the configuration of NAS in a sql table? The authorization and authentication are done with other modules (perl scriptings).

  Yes.  There is no requirement to do everything in SQL.

  Alan DeKok.


More information about the Freeradius-Users mailing list