]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#416,!213]radius docs: changed secret to sekret 416-missing-any-information-about-configuring-radius-accounting-in-kea-admin-reference
authorMichal Nowikowski <godfryd@isc.org>
Mon, 28 Jan 2019 12:59:55 +0000 (13:59 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 29 Jan 2019 06:13:51 +0000 (01:13 -0500)
doc/guide/hooks-radius.xml

index 8ede6f60ce4ea35cadfbb4c3e5b3acec6df2c22d..0e652cbba1d6a7558d0587d75f6a2b0c2815e346 100644 (file)
@@ -526,7 +526,7 @@ Please make sure that your compilation has the following:
     </para>
 <para>
   For example, to specify a single access server available on localhost that
-  uses "secret" as a secret and tell Kea to send three additional attributes
+  uses "sekret" as a secret and tell Kea to send three additional attributes
   (Password, Connect-Info and Configuration-Token), the following snipped could
   be used:
   <screen>
@@ -542,7 +542,7 @@ Please make sure that your compilation has the following:
             // These are parameters for the first (and only) access server
             "name": "127.0.0.1",
             "port": 1812,
-            "secret": "secret"
+            "secret": "sekret"
         }
         // Additional access servers could be specified here
         ],
@@ -584,7 +584,7 @@ Please make sure that your compilation has the following:
             // These are parameters for the first (and only) accounting server
             "name": "127.0.0.1",
             "port": 1813,
-            "secret": "secret"
+            "secret": "sekret"
         }
         // Additional accounting servers could be specified here
         ]