]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update docs
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jul 2024 15:16:26 +0000 (11:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jul 2024 15:16:26 +0000 (11:16 -0400)
raddb/sites-available/dynamic-clients

index 0482381b82156a6445b2493ee1385750955b401e..dcd0c68b94e24f1baa4a4ff109c1e6bbae26329e 100644 (file)
@@ -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"
 
                }