summaryrefslogtreecommitdiffstats
path: root/raddb/proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--raddb/proxy.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/raddb/proxy.conf b/raddb/proxy.conf
index 26f620c..cf0697d 100644
--- a/raddb/proxy.conf
+++ b/raddb/proxy.conf
@@ -252,6 +252,24 @@ home_server localhost {
#
secret = testing123
+ #
+ # The global configuration "security.require_message_authenticator"
+ # flag sets the default for all home servers. That default can be
+ # over-ridden here, by setting it to a value. If no value is set,
+ # then the default from the "radiusd.conf" file is used.
+ #
+ # See that file for full documentation on the flag, along
+ # with allowed values and meanings.
+ #
+ # This flag exists solely for legacy home servers which do
+ # not send Message-Authenticator in all Access-Accept,
+ # Access-Reject, or Access-Challenge packets. We do not
+ # recommend setting it to "no".
+ #
+ # allowed values: yes, no, auto
+ #
+# require_message_authenticator = no
+
############################################################
#
# The rest of the configuration items listed here are optional,