radiusd.conf(5) FreeRADIUS (NAME) radiusd.conf - FreeRADIUS (DESCRIPTION) radiusd.conf (radius) /etc/raddb . FreeRADIUS . (CONTENTS) . . . radiusd.conf . (parser) . . . . . <<>> () . (FILE FORMAT) . . ( = ) . (Variables) : name = value : string1 = "hello world" string2 = 'hello mom' (Sections) '{' . . . '}' . section { ... } . (context) . radiusd.conf . section foo { ... } (Comments) (#) . . # comment foo = bar # set variable 'foo' to value 'bar' section { # start of section ... } # end of section (Continuations) '\' . : foo = "blah \ blah \ blah" "foo" "blah blah blah" . CR LF (space) . (REFERENCES) . . . ${variable_name} : foo = bar # set variable 'foo' to value 'bar' who = ${foo} # sets variable 'who' to value of variable 'foo' my = "${foo} a" # sets variable 'my' to "bar a" ${section.subsection.variable} . (Forward reference) . . blogs = ${.foo} blogs foo . blogs = ${..foo} blogs foo . blogs = ${modules.detail.filename} blogs filename detail modules . name instance . modules { example foo { file = ${.:name} } } file (example) . modules { example foo { file = ${.:instance} } } file (instance name) (foo) . modules { example foo { file = ${..:name} } } file (modules) . (FILES) /etc/raddb/radiusd.conf (SEE ALSO) radiusd(8) unlang(5) (AUTHORS) Alan DeKok 28 Jun 2013 radiusd.conf(5)