9 Apr
2009
9 Apr
'09
1:35 p.m.
--On Thursday, April 09, 2009 10:39:36 AM +0200 Alan DeKok <aland@deployingradius.com> wrote:
Stephan Jaeger wrote:
i'd like to add the radius server's hostname to the tickets, do be able to identify over which server it came in later. For that i've added a new internal freeradius attribute "Server-Hostname" and a block with a gethostname() call to xlat.c.
I now update the requests with unlang and add an attribute with %{Server-Hostname} as value.
Why not just statically configure the hostname in radiusd.conf?
Because that makes it harder to share identical configuration among several servers?