I want change reply-message for all users
hello 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 cant Sorry For My English
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.
It Dosn`t Work in mikrotik page msg reply welcome XXX! 2017-09-29 14:57 جرينتش+02:00, تعلم البرمجة <mido2010bona@gmail.com>:
hello 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 cant Sorry For My English
thx alan for reply but i don`t have any error in freeradius every thing working prefect but i cant see reply message in debug (freeradius -X) and mikrotik set reply default welcome $(user-name) ! 2017-09-29 15:28 جرينتش+02:00, تعلم البرمجة <mido2010bona@gmail.com>:
It Dosn`t Work in mikrotik page msg reply welcome XXX!
2017-09-29 14:57 جرينتش+02:00, تعلم البرمجة <mido2010bona@gmail.com>:
hello 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 cant Sorry For My English
On Sep 29, 2017, at 10:17 AM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
thx alan for reply but i don`t have any error in freeradius every thing working prefect but i cant see reply message in debug (freeradius -X) and mikrotik set reply default welcome $(user-name) !
Then fix the Mikrotik so that it uses the Reply-Message. Alan DeKok.
I get this message is this error (0) post-auth { (0) update reply { (0) EXPAND Hello %{User-Name} (0) --> Hello axx (0) Reply-Message := Hello axx (0) } # update reply = noop
On 29 Sep 2017, at 23:24, تعلم البرمجة <mido2010bona@gmail.com> wrote:
update reply = noop !
Update sections just return whatever the current return code is unless there's an error. That means noop was the section return code at the time you called the update section. noop is not an error code. -Arran
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
تعلم البرمجة