5 Oct
2018
5 Oct
'18
6:14 a.m.
On Oct 5, 2018, at 3:29 PM, Pascal Legrand <pascal.legrand@univ-orleans.fr> wrote:
Hello,
i'm using freeradius with basic authentication (mac adress). Then my config file is like that : 0025646642D6 Cleartext-Password := "0025646642D6".
i would like to be able to see in the log the computer name, then i added in dictionnary file this line : "ATTRIBUTE Nom-Machine 3003 string".
My config file become like that : 0025646642D6 Cleartext-Password := "0025646642D6", Nom-Machine := "portable".
I would like to see in the log file, when authentication is ok, in addition to mac address, the name "portable".
Is it possible to do that ?
Sure. see man unlang and raddb/mods-available/linelog -Arran