summaryrefslogtreecommitdiff
path: root/radsecproxy.conf-example
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r--radsecproxy.conf-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example
index 6e1c055..9facde7 100644
--- a/radsecproxy.conf-example
+++ b/radsecproxy.conf-example
@@ -36,7 +36,7 @@ TLSCertificateKeyPassword follow the white rabbit
#Also note that case insensitive regexp is used for realms, matching
#the entire username string. The matching is done in the order the
#realms are specified, using the first match found. Some examples are
-#"@example\.com$", "\.com$", ".*" and "[a-z].*@example\.com$".
+#"@example\.com$", "\.com$", ".*" and "^[a-z].*@example\.com$".
#To treat local users separately you might try first specifying "@"
#and after that ".*".