From 561262d2f052d407b7c271aab1307551cce7cf6e Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 26 Apr 2023 13:29:24 -0400 Subject: [PATCH] note that realm names comparisons are case insensitive --- raddb/proxy.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/raddb/proxy.conf b/raddb/proxy.conf index c3b7b29c2d..26f620c129 100644 --- a/raddb/proxy.conf +++ b/raddb/proxy.conf @@ -814,6 +814,9 @@ realm LOCAL { # Once proxied internally like this, the request CANNOT be proxied # internally or externally. # +# Realms are almost always domain names, and therefore realm names +# are compared in a case-insensitive fashion. +# #realm virtual.example.com { # virtual_server = virtual.example.com #} -- 2.47.3