]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2023 13:30:23 +0000 (09:30 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2023 13:30:23 +0000 (09:30 -0400)
raddb/sites-available/default

index 126c5134c8037cffbd9389dfff591f6f26cda228..0c0eccda12da2475746af12fbc2f23f285e7e55f 100644 (file)
@@ -249,7 +249,7 @@ server default {
                #  The contents of the `values` section are a list of names and
                #  values.
                #
-               values foo {
+#              values foo {
                        #
                        #  _<name>_ = _<value>_
                        #
@@ -258,9 +258,9 @@ server default {
                        #  The _<value>_ is parsed according to the data type of
                        #  the attribute.
                        #
-                       bar = 1
-                       baz = 2
-               }
+#                      bar = 1
+#                      baz = 2
+#              }
        }