OUR SITES NetworkRADIUS FreeRADIUS

Ruby Module

The mruby module processes attributes through a Ruby interpreter.

Configuration Settings

If mruby is called for a section which does not have a function defined, it will return noop.

filename

Module to load functions from.

module

Name of the loaded module.

Default Configuration

mruby {
	filename = "${modconfdir}/${.name}/example.rb"
	module = "Radiusd"
}