Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: 9b1b111ce70dbfd4ce25cdd2774d5878dbea7023 $
4 - 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