User Class

Alan DeKok aland at deployingradius.com
Fri Aug 27 22:43:24 CEST 2021


On Aug 27, 2021, at 3:45 PM, Pizu <pizpower at gmail.com> wrote:
> Will remove the attribute from dictionary. Thanks for letting me know.
> 
> The %{string:Class} where shall I put that? Sorry for asking.

  See the SQL queries you're using.  i.e. run the server in debug mode, and see where it's loading

including configuration file ./raddb/mods-config/sql/.../queries.conf

  Then edit that file (or those files).  Change

	%{Class}

to

	%{string:Class}

  But be sure you're doing it only for the fields you *want* to be changed.

  Alan DeKok.




More information about the Freeradius-Users mailing list