From fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 23 Jan 2013 12:08:15 +0000 Subject: Make it possible to add custom radius dictionaries. Top Makefile.am needs more modifications to include the file in the tarball. svn path=/trunk/; revision=47224 --- radius/custom.includes | 4 ++++ radius/dictionary | 1 + 2 files changed, 5 insertions(+) create mode 100644 radius/custom.includes (limited to 'radius') diff --git a/radius/custom.includes b/radius/custom.includes new file mode 100644 index 0000000000..6f14af0a63 --- /dev/null +++ b/radius/custom.includes @@ -0,0 +1,4 @@ +# +# Version $Id$ +# Add custom Radius files her in the format $INCLUDE dictionary.foo +# diff --git a/radius/dictionary b/radius/dictionary index 5005ff7f1c..7c499106fb 100644 --- a/radius/dictionary +++ b/radius/dictionary @@ -212,6 +212,7 @@ $INCLUDE dictionary.wichorus $INCLUDE dictionary.wimax $INCLUDE dictionary.wispr $INCLUDE dictionary.xedia +$INCLUDE custom.includes # # And finally the server internal attributes. -- cgit v1.2.3