]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove references to old style proxy in tests
authorNick Porter <nick@portercomputing.co.uk>
Tue, 5 Nov 2024 13:20:31 +0000 (13:20 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 5 Nov 2024 13:20:31 +0000 (13:20 +0000)
src/tests/digest/config/proxy.conf [deleted file]
src/tests/eapol_test/tls.conf

diff --git a/src/tests/digest/config/proxy.conf b/src/tests/digest/config/proxy.conf
deleted file mode 100644 (file)
index a6536e7..0000000
+++ /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
-}
index 1117c484857cdc6fc253c08d61d1976b5d5d8aa8..58e5500645f22fd243c41e05ac976fee1e1fb74b 100644 (file)
@@ -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