Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 7, 2015
1 parent e91f4ec commit f1846bc
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions raddb/sites-available/virtual.example.com
Expand Up @@ -10,17 +10,23 @@
######################################################################

#
# 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.
}

0 comments on commit f1846bc

Please sign in to comment.