]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update proxy.conf with new 'directory' parameter
authorJorge Pereira <jpereiran@gmail.com>
Sun, 26 Apr 2020 18:10:55 +0000 (15:10 -0300)
committerAlan DeKok <aland@freeradius.org>
Sun, 26 Apr 2020 21:20:51 +0000 (17:20 -0400)
raddb/proxy.conf

index cbae48b8f9889f5f164590faddb9876b6e65188c..0b75038e8c7f5d68c26cfa4c8176021c74a1ce06 100644 (file)
@@ -70,6 +70,20 @@ proxy server {
        #  dynamic:: Whether or not we allow dynamic home servers.
        #
 #      dynamic = true
+
+       #
+       #  This directory should contain nothing other than definitions for
+       #  dynamic home servers.  These definitions are simply normal `home_server`
+       #  definitions:
+       #
+       #  e.g: The content of ${raddbdir}/home_servers/example.com should be:
+       #
+       #  home_server example.com {
+       #    ...
+       #  }
+       #
+#      directory = ${raddbdir}/home_servers
+
 }
 
 #######################################################################