Fix example
authorAlan T. DeKok <aland@freeradius.org>
Wed, 7 Oct 2015 14:52:45 +0000 (10:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 7 Oct 2015 14:52:45 +0000 (10:52 -0400)
raddb/sites-available/virtual.example.com

index 211daab..3c4aea7 100644 (file)
 ######################################################################
 
 #
-#  Sample contents: just do everything that the default configuration does.
-#
-#  You WILL want to edit this to your local needs.  We suggest copying
-#  the "default" file here, and then editing it.  That way, any
-#  changes to the "default" file will not affect this virtual server,
-#  and vice-versa.
+#  You will want to edit this to your local needs.  We suggest copying
+#  the text from the "default" file here, and then editing the text.
+#  That way, any changes to the "default" file will not affect this
+#  virtual server, and vice-versa.
 #
 #  When this virtual server receives the request, the original
 #  attributes can be accessed as "outer.request", "outer.control", etc.
 #  See "man unlang" for more details.
 #
 server virtual.example.com {
-$INCLUDE       ${confdir}/sites-available/default
+authorize {
+       # insert policies here
+}
+
+authenticate {
+       # insert policies here
+}
+
+# etc.
 }