More notes on rlm_expr
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Jul 2013 12:54:55 +0000 (08:54 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Jul 2013 12:54:55 +0000 (08:54 -0400)
raddb/radiusd.conf.in

index ea4f29c..3064419 100644 (file)
@@ -748,10 +748,14 @@ instantiate {
        #
        #       Session-Timeout = `%{expr:2 + 3}`
        #
-       #  So the module needs to be instantiated, but CANNOT be
+       #  This module needs to be instantiated, but CANNOT be
        #  listed in any other section.  See 'doc/rlm_expr' for
        #  more information.
        #
+       #  rlm_expr is also responsible for registering many 
+       #  other xlat functions such as md5, sha1 and lc.
+       #
+       #  We do not recommend removing it's listing here.
        expr
 
        #