How to display Auth-type in th log
HI Is it possible to display type of authentication ( Auth-type ) that the clients used during the authentication ? Thank pet
Is it possible to display type of authentication ( Auth-type ) that the clients used during the authentication ?
In 2.1.9, see "msg_goodpass" in radiusd.conf. You can out anything you want in there. Hi Alan Thank you for your answer. This feature is really useful, thanks. However how should look like the string for the Auth-Type ? I tried: msg_goodpass = ", NAS: %{Calling-Station-Id}, Auth-Type: %{Auth-Type}" but it doesn't work Probably there should be other string then "Auth-Type" inside the brackets Thank pet
Jevos, Peter wrote:
Thank you for your answer. This feature is really useful, thanks. However how should look like the string for the Auth-Type ? I tried: msg_goodpass = ", NAS: %{Calling-Station-Id}, Auth-Type: %{Auth-Type}" but it doesn't work
It's in the "control" list: ... %{control:Auth-Type} ... Alan DeKok.
participants (2)
-
Alan DeKok -
Jevos, Peter