From: Alan T. DeKok Date: Sat, 12 May 2018 12:40:55 +0000 (-0400) Subject: added sample client X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ba66af7832e7c4ecd403a903d9d2a3ee40c10ee;p=thirdparty%2Ffreeradius-server.git added sample client --- diff --git a/raddb/sites-available/default b/raddb/sites-available/default index dd2ef3b1925..1d471d72775 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -269,6 +269,23 @@ server default { } + # + # The "client" sections can can also be placed here. Unlike + # v3, they do not need to be wrapped in a "clients" section. + # They can just co-exist beside the "listen" sections. + # + # Clients listed here will apply to *all* listeners in this + # virtual server. + # + client localhost { + shortname = sample + ipaddr = 192.0.2.1 + secret = testing123 + + # The other "client" configuration items can be added + # here, too. + } + ###################################################################### #