From: Nick Porter Date: Tue, 5 Nov 2024 13:20:31 +0000 (+0000) Subject: Remove references to old style proxy in tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b749f8fbc1212138bd615cfa1b7908b1df5bb05;p=thirdparty%2Ffreeradius-server.git Remove references to old style proxy in tests --- diff --git a/src/tests/digest/config/proxy.conf b/src/tests/digest/config/proxy.conf deleted file mode 100644 index a6536e7fbb8..00000000000 --- a/src/tests/digest/config/proxy.conf +++ /dev/null @@ -1,61 +0,0 @@ -# -# This is a LOCAL realm -# -realm example.com { - nostrip -} - -# -# And another one, where we strip the realm -# -realm stripped.example.com { - -} - -# -# Some home servers, server pools, and realms. This tests that -# the server can load them. Functionality is in another test. -# -home_server auth_one { - type = auth - ipaddr = 127.0.0.1 - port = 12360 - secret = testing123 -} - -home_server auth_two { - type = auth - ipaddr = 127.0.0.1 - port = 12370 - secret = testing123 -} - -server_pool fail-over { - type = fail-over - home_server = auth_one - home_server = auth_two -} - -server_pool load-balance { - type = load-balance - home_server = auth_one - home_server = auth_two -} - -server_pool client-balance { - type = client-balance - home_server = auth_one - home_server = auth_two -} - -realm fail-over { - auth_pool = fail-over -} - -realm load-balance { - auth_pool = load-balance -} - -realm client-balance { - auth_pool = client-balance -} diff --git a/src/tests/eapol_test/tls.conf b/src/tests/eapol_test/tls.conf index 1117c484857..58e5500645f 100644 --- a/src/tests/eapol_test/tls.conf +++ b/src/tests/eapol_test/tls.conf @@ -1,9 +1,6 @@ # # eapol_test -c tls.conf -s testing123 # -# Set also "nostrip" in raddb/proxy.conf, realm "example.com" -# And make it a LOCAL realm. -# network={ key_mgmt=WPA-EAP eap=TLS