Hi again,
Got a bit trigger happy on the email – testing this works fine – I added my service_messages to ${raddbdir} and it worked ok.
Whereabouts is this documented – wondering on how far the scope goes..
Thanks
Andy
From: freeradius-users-bounces+andy.franks=sath.nhs.uk@lists.freeradius.org [mailto:freeradius-users-bounces+andy.franks=sath.nhs.uk@lists.freeradius.org] On Behalf Of Franks Andy (RLZ) IT Systems Engineer
Sent: 13 October 2014 17:00
To: freeradius-users@lists.freeradius.org
Subject: service messages
Hi all,
Is the v2 functionality of service_messages etc (under the logging bit of radiusd.conf) in v3? I’d like to configure some standard error messages to be in one place and refer to them in policies etc without having to dig out where they are at..
Something like
service_messages {
# invalid mac address
mac_address_incorrect = “the mac address format is invalid”
}
Then in policies etc
Reply-Message := "${service_messages.mac_address_incorrect}”
That sort of thing. Am I missing some obvious documentation somewhere? Apologies if so.
Thanks
Andy