From: Alan T. DeKok Date: Wed, 17 Jul 2024 15:16:26 +0000 (-0400) Subject: update docs X-Git-Tag: release_3_2_6~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde4bc096fb8aae1c3e7f277af3d9f847005778a;p=thirdparty%2Ffreeradius-server.git update docs --- diff --git a/raddb/sites-available/dynamic-clients b/raddb/sites-available/dynamic-clients index 0482381b821..dcd0c68b94e 100644 --- a/raddb/sites-available/dynamic-clients +++ b/raddb/sites-available/dynamic-clients @@ -148,15 +148,12 @@ server dynamic_clients { # virtual_server # - # This can ONLY be used if the network client - # definition (e.g. "client dynamic" above) has - # NO virtual_server defined. + # The dynanamic client will NOT use this virtual server. + # You can define a virtual server here, in which case + # packets from that client will use the named virtual + # server. # - # If the network client definition does have a - # virtual_server defined, then that is used, - # and there is no need to define this attribute. - # - &FreeRADIUS-Client-Virtual-Server = "something" + &FreeRADIUS-Client-Virtual-Server = "default" }