]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move directory and links
authorAlan T. DeKok <aland@freeradius.org>
Sun, 1 Feb 2026 21:47:41 +0000 (16:47 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 1 Feb 2026 21:47:41 +0000 (16:47 -0500)
22 files changed:
doc/antora/modules/troubleshooting/nav.adoc
doc/antora/modules/troubleshooting/pages/errors/index.adoc [deleted file]
doc/antora/modules/troubleshooting/pages/index.adoc
doc/antora/modules/troubleshooting/pages/network/attribute_0.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/attribute_0.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/attribute_invalid_length.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/attribute_invalid_length.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/attribute_overflow.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/attribute_overflow.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/decode_failure.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/decode_failure.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/index.adoc [new file with mode: 0644]
doc/antora/modules/troubleshooting/pages/network/io_error.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/io_error.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/message_authenticator_invalid.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/message_authenticator_invalid.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/message_authenticator_length.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/message_authenticator_length.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/message_authenticator_missing.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/message_authenticator_missing.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/mismatched_length.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/mismatched_length.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/no_matching_request.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/no_matching_request.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/packet_fails_verification.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/packet_fails_verification.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/packet_too_large.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/packet_too_large.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/packet_too_small.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/packet_too_small.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/proxy_state_missing.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/proxy_state_missing.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/too_many_attributes.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/too_many_attributes.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/unexpected_request_code.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/unexpected_request_code.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/unexpected_response_code.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/unexpected_response_code.adoc with 100% similarity]
doc/antora/modules/troubleshooting/pages/network/unknown_packet_code.adoc [moved from doc/antora/modules/troubleshooting/pages/errors/unknown_packet_code.adoc with 100% similarity]

index d7eff98656689fd7ea743d94bc356d6f4bb0212c..0c4a38bdb3768666c2a696ebfee9c1f8d8027812 100644 (file)
@@ -1,28 +1,30 @@
 * xref:index.adoc[Troubleshooting]
 
-** xref:errors/index.adoc[Common Errors]
-*** xref:errors/unknown_packet_code.adoc[Unknown packet code]
-*** xref:errors/unexpected_request_code.adoc[Unexpected request code]
-*** xref:errors/message_authenticator_missing.adoc[Message-Authenticator is missing]
-*** xref:errors/message_authenticator_invalid.adoc[Message-Authenticator fail verification]
-*** xref:errors/proxy_state_missing.adoc[Proxy-State is missing]
-*** xref:errors/packet_fails_verification.adoc[Packet fails verification]
-*** xref:errors/no_matching_request.adoc[Did not find request which matched response]
+** xref:network/index.adoc[Network Errors]
 
-** Less common errors
-*** xref:errors/unexpected_response_code.adoc[Unexpected response code]
-*** xref:errors/too_many_attributes.adoc[Packet contains too many attributes]
-*** xref:errors/io_error.adoc[IO error]
+*** Common Errors
+**** xref:network/unknown_packet_code.adoc[Unknown packet code]
+**** xref:network/unexpected_request_code.adoc[Unexpected request code]
+**** xref:network/message_authenticator_missing.adoc[Message-Authenticator is missing]
+**** xref:network/message_authenticator_invalid.adoc[Message-Authenticator fail verification]
+**** xref:network/proxy_state_missing.adoc[Proxy-State is missing]
+**** xref:network/packet_fails_verification.adoc[Packet fails verification]
+**** xref:network/no_matching_request.adoc[Did not find request which matched response]
 
-** Rare errors
-*** xref:errors/packet_too_small.adoc[Packet is too small]
-*** xref:errors/packet_too_large.adoc[Packet is too large]
-*** xref:errors/mismatched_length.adoc[Header length does not match received packet length]
-*** xref:errors/attribute_0.adoc[Attribute 0 is invalid]
-*** xref:errors/attribute_invalid_length.adoc[Attribute has invalid length]
-*** xref:errors/attribute_overflow.adoc[Attribute overflows the packet]
-*** xref:errors/decode_failure.adoc[Failure decoding a packet]
-*** xref:errors/message_authenticator_length.adoc[Message Authenticator has invalid length]
+*** Other Errors
+**** xref:network/unexpected_response_code.adoc[Unexpected response code]
+**** xref:network/too_many_attributes.adoc[Packet contains too many attributes]
+**** xref:network/io_error.adoc[IO error]
+
+*** Rare Errors
+**** xref:network/packet_too_small.adoc[Packet is too small]
+**** xref:network/packet_too_large.adoc[Packet is too large]
+**** xref:network/mismatched_length.adoc[Header length does not match received packet length]
+**** xref:network/attribute_0.adoc[Attribute 0 is invalid]
+**** xref:network/attribute_invalid_length.adoc[Attribute has invalid length]
+**** xref:network/attribute_overflow.adoc[Attribute overflows the packet]
+**** xref:network/decode_failure.adoc[Failure decoding a packet]
+**** xref:network/message_authenticator_length.adoc[Message Authenticator has invalid length]
 
 
 ** xref:user.adoc[User Management]
diff --git a/doc/antora/modules/troubleshooting/pages/errors/index.adoc b/doc/antora/modules/troubleshooting/pages/errors/index.adoc
deleted file mode 100644 (file)
index 24f24a1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-= Errors
-
-== Server isn't receiving packets
-
-* Common errors
-** xref:errors/unknown_packet_code.adoc[Unknown packet code]
-** xref:errors/unexpected_request_code.adoc[Unexpected request code]
-** xref:errors/message_authenticator_missing.adoc[Message-Authenticator is missing]
-** xref:errors/message_authenticator_invalid.adoc[Message-Authenticator fail verification]
-** xref:errors/proxy_state_missing.adoc[Proxy-State is missing]
-** xref:errors/packet_fails_verification.adoc[Packet fails verification]
-** xref:errors/no_matching_request.adoc[Did not find request which matched response]
-
-** Less common errors
-** xref:errors/unexpected_response_code.adoc[Unexpected response code]
-** xref:errors/too_many_attributes.adoc[Packet contains too many attributes]
-** xref:errors/io_error.adoc[IO error]
-
-* Rare errors
-** xref:errors/packet_too_small.adoc[Packet is too small]
-** xref:errors/packet_too_large.adoc[Packet is too large]
-** xref:errors/mismatched_length.adoc[Header length does not match received packet length]
-** xref:errors/attribute_0.adoc[Attribute 0 is invalid]
-** xref:errors/attribute_invalid_length.adoc[Attribute has invalid length]
-** xref:errors/attribute_overflow.adoc[Attribute overflows the packet]
-** xref:errors/decode_failure.adoc[Failure decoding a packet]
-** xref:errors/message_authenticator_length.adoc[Message Authenticator has invalid length]
-
-== Authentication Failures
-
-== Issues with Databases
-// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
-// This documentation was developed by Network RADIUS SAS.
index c1e7e8609caa0f289b909e30dd0a34df97f7cfa1..73bce33857d0ad9359e93f06f02ec706becd1e07 100644 (file)
@@ -28,11 +28,12 @@ output.  Don't look at the output of `radclient.  You cannot debug
 server policies by looking at a simple binary `Access-Accept` or
 `Access-Reject` on the client.
 
-== Common Errors
+== Network Errors
 
-The xref:errors/index.adoc[common errors] page covers the most common
-errors that people see when trying to configure the server.  If you
-see an error which is unclear to you, you should start on that page.
+The xref:network/index.adoc[network errors] page covers the most
+common errors that people see when initially trying to configure the
+server.  If you see an error which is unclear to you, you should start
+on that page.
 
 The error messages produced by FreeRADIUS are necessrily short, and
 cannot contain a full explanation of the issue.  The documentation
diff --git a/doc/antora/modules/troubleshooting/pages/network/index.adoc b/doc/antora/modules/troubleshooting/pages/network/index.adoc
new file mode 100644 (file)
index 0000000..45f47ef
--- /dev/null
@@ -0,0 +1,36 @@
+= Errors
+
+== The Server isn't receiving packets
+
+These are _network_ errors.
+
+* Common errors
+** xref:network/unknown_packet_code.adoc[Unknown packet code]
+** xref:network/unexpected_request_code.adoc[Unexpected request code]
+** xref:network/message_authenticator_missing.adoc[Message-Authenticator is missing]
+** xref:network/message_authenticator_invalid.adoc[Message-Authenticator fail verification]
+** xref:network/proxy_state_missing.adoc[Proxy-State is missing]
+** xref:network/packet_fails_verification.adoc[Packet fails verification]
+** xref:network/no_matching_request.adoc[Did not find request which matched response]
+
+** Other errors
+** xref:network/unexpected_response_code.adoc[Unexpected response code]
+** xref:network/too_many_attributes.adoc[Packet contains too many attributes]
+** xref:network/io_error.adoc[IO error]
+
+* Rare errors
+** xref:network/packet_too_small.adoc[Packet is too small]
+** xref:network/packet_too_large.adoc[Packet is too large]
+** xref:network/mismatched_length.adoc[Header length does not match received packet length]
+** xref:network/attribute_0.adoc[Attribute 0 is invalid]
+** xref:network/attribute_invalid_length.adoc[Attribute has invalid length]
+** xref:network/attribute_overflow.adoc[Attribute overflows the packet]
+** xref:network/decode_failure.adoc[Failure decoding a packet]
+** xref:network/message_authenticator_length.adoc[Message Authenticator has invalid length]
+
+== Authentication Failures
+
+== Issues with Databases
+
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// This documentation was developed by Network RADIUS SAS.