29 Sep
2017
29 Sep
'17
9:06 a.m.
On Sep 29, 2017, at 8:57 AM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
iam using freeradius 3.0.11 and i want change reply message Hello $(user-name) for All clients I am using sql i can change when reject but when accept I can't
Edit raddb/sites-enabled/default. Look for the "post-auth" section, and edit it: post-auth { ... update reply { Reply-Message := "Hello %{User-Name}" } ... } Alan DeKok.