From: Alan T. DeKok Date: Tue, 27 Jun 2017 19:22:22 +0000 (-0400) Subject: don't do proxying until we add that back in... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30603ebe33badd1277d51e15876167fb439fdf14;p=thirdparty%2Ffreeradius-server.git don't do proxying until we add that back in... --- diff --git a/src/tests/config/test.conf b/src/tests/config/test.conf index 9d0bdf7fbdd..bbcba15acdc 100644 --- a/src/tests/config/test.conf +++ b/src/tests/config/test.conf @@ -13,18 +13,21 @@ security { allow_vulnerable_openssl = yes } -home_server test.example.com { - ipaddr = 127.0.0.1 - port = ${test_port} - secret = testing123 -} +# +# Commented out until the new listeners allow for proxying +# +#home_server test.example.com { +# ipaddr = 127.0.0.1 +# port = ${test_port} +# secret = testing123 +#} -home_server_pool test.example.com { - home_server = test.example.com -} +#home_server_pool test.example.com { +# home_server = test.example.com +#} realm test.example.com { - auth_pool = test.example.com +# auth_pool = test.example.com } policy { @@ -172,9 +175,14 @@ recv Access-Request { update request { Stripped-User-Name := "%{1}" } + update control { - Proxy-To-Realm := test.example.com + Cleartext-Password := "bob" } + +# update control { +# Proxy-To-Realm := test.example.com +# } } chap