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: 6caeb9bccb3310d76f0c527afa58d10432359ee5 $
4 - 4
 
5
#
6
#  The 'expression' module currently has no configuration.
7
#
8
#  This module is useful only for 'xlat'.  To use it,
9
#  put 'expr' into the 'instantiate' section.  You can then
10
#  do dynamic translation of attributes like:
11
#
12
#  Attribute-Name = `%{expr:2 + 3 + %{exec: uid -u}}`
13
#
14
#  The value of the attribute will be replaced with the output
15
#  of the program which is executed.  Due to RADIUS protocol
16
#  limitations, any output over 253 bytes will be ignored.
17
#
18
#  The module also registers a few paircompare functions
19
expr {
20
}