# 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
+
}
#######################################################################