FreeRADIUS InkBridge

Cat

The cat function returns the contents of a file.

The function takes a second argument, which is the maximum number of bytes which should be returned.

Syntax

%file.cat(string, [ uint32 ])

Example 1. Returning the contents of a file
octets crl

crl := %file.cat('/etc/ssl/certs/ca.crl')