From: tharkadharshana Date: Thu, 15 Jan 2026 03:22:39 +0000 (+0530) Subject: doc: add command to edit authorize file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e0ad2caecdf809327dd64b0b76266da67c5d06;p=thirdparty%2Ffreeradius-server.git doc: add command to edit authorize file --- diff --git a/doc/antora/modules/tutorials/pages/new_user.adoc b/doc/antora/modules/tutorials/pages/new_user.adoc index 1a536c616a6..d558a5a717c 100644 --- a/doc/antora/modules/tutorials/pages/new_user.adoc +++ b/doc/antora/modules/tutorials/pages/new_user.adoc @@ -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: