From d814cd3c1f20f89edfcfc045b3d54c41459984ee Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 20 May 2010 17:40:32 +0200 Subject: [PATCH] Fix template documentation --- raddb/templates.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/raddb/templates.conf b/raddb/templates.conf index 8663d32..c26e7d3 100644 --- a/raddb/templates.conf +++ b/raddb/templates.conf @@ -78,12 +78,16 @@ templates { # only list the IP address of that home server, and a # line saying # - # template = example.com + # $template example_com # # That would tell FreeRADIUS to look in the section below # for the rest of the configuration items. # - home_server example.com { + # For various reasons, you shouldn't have a "." in the template + # name. Doing so means that the server will be unable to find + # the template. + # + example_com { type = auth port = 1812 secret = testing123 -- 2.1.4