Recent updates to 2.x

Hugh Messenger hugh at alaweb.com
Thu Sep 6 23:38:29 CEST 2007


Alan DeKok said:
>   It gets better:
> 
> templates {
> 	foo {
> 		ipaddr = 127.0.0.1
> 		secret = "testing123
> 		type = auth
> 		port = 1812
> 	}
> }
> ...
> client foo {
> 	$template templates.foo
> }
> 
> listen {
> 	$template templates.foo
> }
> 
> home_server foo {
> 	$template templates.foo
> }

Apologies if this has been asked and answered, but just to make sure I'm
understanding templates properly ... I assume I can override individual
template settings, like this:

test_server bar {
	$template templates.foo
	port = 6666
}

>   Alan DeKok.

   -- hugh





More information about the Freeradius-Devel mailing list