Next: , Previous: , Up: Run-Time Configuration Options — raddb/config   [Contents][Index]


4.1.7 rewrite statement.

Syntax:

rewrite {
        stack-size number ;
        load-path string ;
        load string ;
};

The rewrite statement configures the use of GNU Radius extension language Rewrite. See Rewrite, for a detailed discussion of the language.

Numeric statements

stack-size

Configures runtime stack size for Rewrite. The number is the size of stack in words. The default value is 4096.

String statements

load-path

Add specified pathnames to the list of directories searched for rewrite files. Argument is a list of directory pathnames, separated by columns.

load

Loads the specified source file on startup. Unless string is an absolute pathname, it will be searched in directories set up by load-path statement.

Loading

The default load path is /usr/local/etc/raddb:/usr/local/share/radius/1.7/rewrite.