~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to raddb/modules/policy

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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