As posted to the list by Alexander Kubatkin
[freeradius.git] / raddb / modules / policy
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #
6 #  Module implementing a DIFFERENT policy language.
7 #  The syntax here is NOT "unlang", but something else.
8 #
9 #  See the "raddb/policy.txt" file for documentation and examples.
10 #  There isn't much else in the way of documentation, sorry.
11 #
12 policy {
13        #  The only configuration item is a filename containing
14        #  the policies to execute.
15        #
16        #  When "policy" is listed in a section (e.g. "authorize"),
17        #  it will run a policy named for that section.
18        # 
19        filename = ${confdir}/policy.txt
20 }
21