]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more remove raddb
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Jan 2026 23:38:15 +0000 (18:38 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Jan 2026 23:39:19 +0000 (18:39 -0500)
doc/antora/modules/ROOT/pages/debugging/startup.adoc
doc/antora/modules/concepts/pages/virtual_servers.adoc
doc/antora/modules/developers/pages/bugs.adoc
doc/antora/modules/reference/pages/man/radiusd.adoc
doc/antora/modules/reference/pages/man/radmin.adoc

index f8aad2d1ee3dedae75ab1eb506887c551d330346..d2ace3072be3d81656224a898b52e328dd874fc9 100644 (file)
@@ -47,7 +47,7 @@ Next is loads the main `radiusd.conf` file, and some associated ones like `proxy
     including configuration file /etc/raddb/clients.conf
 ====
 
-It now loads all of the modules.  The module configuration is usually stored in `raddb/mods-enabled/`, with one module configuration per file in that directory.
+It now loads all of the modules.  The module configuration is usually stored in `mods-enabled/`, with one module configuration per file in that directory.
 
 Sometimes the module you're using does not seem to be loaded or used.  In that case, you should check this section to see that the file is loaded.
 [%collapsible]
@@ -286,7 +286,7 @@ The server then creates `Auth-Type`, as set in the virtual servers.  These `Auth
 
 ## Modules
 
-When the server read the module configuration file above (from `raddb/mods-enabled`), that meant just reding the contents of the file.  It is now ready to load the dynamic library which reads that configuration, and which parses the configuration to determine what to do with it.
+When the server read the module configuration file above (from `mods-enabled`), that meant just reding the contents of the file.  It is now ready to load the dynamic library which reads that configuration, and which parses the configuration to determine what to do with it.
 
 Each module will print out it's configuration, along with any errors or warnings it sees when it is loading itself.
 
index c7ba05f9432daf2cb214221bb1311113ef873e1d..4a31d3770380528a6370d2f685c8d21a76d8c7e5 100644 (file)
@@ -196,7 +196,7 @@ processed through the `server inner-tunnel` virtual server.
 More examples
 -------------
 
-For more examples, see the `raddb/sites-enabled/` directory that is
+For more examples, see the `sites-enabled/` directory that is
 included in the server distribution.
 
 // Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
index 8e3363c74be29d4d4fc33a3067860e00db2b919f..8b822ee453c575c86b321fe7d146cb0b7fb78c83 100644 (file)
@@ -67,7 +67,7 @@ Enable logging in `gdb` via the following commands:
 and follow the instructions in the proceeding section.
 
 You can also enable the `panic_action` given in
-`raddb/radiusd.conf`. See the comments in that file for more details
+`radiusd.conf`. See the comments in that file for more details
 about automatically collecting gdb debugging information when the server
 crashes.
 
index 71fba24f3a6b419aab801ea3e861712a4581eaed..2f130b159ab237666e18e6f4397a3fc3744b80f0 100644 (file)
@@ -68,12 +68,12 @@ and therefore not checked.
   useful for when running the server with "valgrind".
 
 *-n name*::
-  Read `raddb/name.conf` instead of `raddb/radiusd.conf`.
+  Read `name.conf` instead of `radiusd.conf`.
 +
 Note that by default, the server looks for a configuration file
 which matches its own name.  Creating a soft link from file `foo`
 to `radiusd`, and then running the program `foo`, will cause the
-binary to look for `raddb/foo.conf`.
+binary to look for `foo.conf`.
 
 *-s*::
   Run in "single server" mode. The server normally runs with multiple
@@ -136,20 +136,20 @@ will never work, and you will never be able to debug the problem.
 4) If you need to add a connection to a database FOO (e.g. LDAP
 or SQL), then:
  +
-a) Edit `raddb/modules/foo`
+a) Edit `modules/foo`
  +
 This file contains the default configuration for the module. It contains
 comments describing what can be configured, and what those configuration
 entries mean.
  +
-b) Edit `raddb/sites-available/default`
+b) Edit `sites-available/default`
  +
 This file contains the default policy for the server. e.g. "enable CHAP,
 MS-CHAP, and EAP authentication". Look in this file for all references
 to your module "foo". Read the comments, and remove the leading hash '#'
 from the lines referencing the module. This enables the module.
  +
-c) Edit `raddb/sites-available/inner-tunnel`
+c) Edit `sites-available/inner-tunnel`
  +
 This file contains the default policy for the "tunneled" portion of
 certain EAP methods. Perform the same kind of edits as above, for the
index 59161e11f6ca73cb4780760afd53877939447a87..44e6519574d4bd5e8eb6e512422312d98c14d50e 100644 (file)
@@ -66,7 +66,7 @@ The following command-line options are accepted by the program.
   functionality is off by default.
 
 *-n name*::
-  Read `raddb/name.conf` instead of `raddb/radiusd.conf`.
+  Read `name.conf` instead of `radiusd.conf`.
 
 *-q*::
   Quiet mode.