Remove redundant file from freeradius-abfab list.
[freeradius.git] / raddb / sites-available / virtual.example.com
1 # -*- text -*-
2 ######################################################################
3 #
4 #       Sample virtual server for internally proxied requests.
5 #
6 #       See the "realm virtual.example.com" example in "proxy.conf".
7 #
8 #       $Id$
9 #
10 ######################################################################
11
12 #
13 #  Sample contents: just do everything that the default configuration does.
14 #
15 #  You WILL want to edit this to your local needs.  We suggest copying
16 #  the "default" file here, and then editing it.  That way, any
17 #  changes to the "default" file will not affect this virtual server,
18 #  and vice-versa.
19 #
20 #  When this virtual server receives the request, the original
21 #  attributes can be accessed as "outer.request", "outer.control", etc.
22 #  See "man unlang" for more details.
23 #
24 server virtual.example.com {
25 $INCLUDE        ${confdir}/sites-available/default
26 }