]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: add command to edit authorize file
authortharkadharshana <tharkadharshana@gmail.com>
Thu, 15 Jan 2026 03:22:39 +0000 (08:52 +0530)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jan 2026 13:17:37 +0000 (08:17 -0500)
doc/antora/modules/tutorials/pages/new_user.adoc

index 1a536c616a653ea80e8563fc5e403c31a4b3de3f..d558a5a717ce176efedb971cfabd3e14ea827a9a 100644 (file)
@@ -17,9 +17,21 @@ formatted and also contains some example entries.
 
 The comments at the top of the file should also be read.
 
-For testing purposes, add an entry at the top of the file, which will add
-a new user "bob" with password "hello", as suggested in the `man`
-page for the file.
+For testing purposes, edit the following file:
+
+[source, bash]
+------------
+$ vi mods-config/files/authorize
+------------
+
+Add an entry at the top of the file to add a user `bob`, and a "known
+good" password `hello`:
+
+[source, text]
+------------
+bob    Password.Cleartext := "hello"
+------------
+
 
 Start the server: