Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 99f0c56487239a1d436af814b4b1e053 > files > 35

freeradius-2.1.8-6mdv2010.0.x86_64.rpm

# -*- text -*-
#
#  $Id$

#
#  The 'expression' module currently has no configuration.
#
#  This module is useful only for 'xlat'.  To use it,
#  put 'expr' into the 'instantiate' section.  You can then
#  do dynamic translation of attributes like:
#
#  Attribute-Name = `%{expr:2 + 3 + %{exec: uid -u}}`
#
#  The value of the attribute will be replaced with the output
#  of the program which is executed.  Due to RADIUS protocol
#  limitations, any output over 253 bytes will be ignored.
#
#  The module also registers a few paircompare functions
expr {
}