]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update comments and docs
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 May 2022 18:00:40 +0000 (14:00 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 29 Aug 2022 19:35:14 +0000 (15:35 -0400)
raddb/proxy.conf

index f8d28e351870f6cdbb11274389284ef300541f8a..fe6d5789e4a37f2b62a24d2a74cf5538295263fe 100644 (file)
@@ -83,9 +83,20 @@ proxy server {
        #  file in the directory should be a normal "home_server"
        #  definitions.  This directory does not exist by default.
        #
-       #  e.g: The content of ${raddbdir}/home_servers/example.com should be:
+       #  e.g: The content of home_servers/example.com should be
+       #  a home server definition.
+       #
+       #  The name of the home server MUST be the same as the
+       #  filename.
+       #
+       #  Each home server must be set to only one type.  e.g.
+       #  "type = auth", and not "type = auth+acct"
+       #
+       #  For example:
        #
        #       home_server example.com {
+       #               type = auth
+       #               ipaddr = ...
        #               ...
        #       }
        #
@@ -93,7 +104,7 @@ proxy server {
        #
        #       doc/configuration/dynamic_home_servers.md
        #
-#      directory = ${raddbdir}/home_servers
+#      directory = ${confdir}/home_servers
 
 }