I want change reply-message for all users

Alan DeKok aland at deployingradius.com
Fri Sep 29 15:06:13 CEST 2017


On Sep 29, 2017, at 8:57 AM, تعلم البرمجة <mido2010bona at 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.




More information about the Freeradius-Users mailing list