]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't do proxying until we add that back in...
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 19:22:22 +0000 (15:22 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 19:36:11 +0000 (15:36 -0400)
src/tests/config/test.conf

index 9d0bdf7fbdd6eebde217235563e5363e6233aff7..bbcba15acdcf6af676bc77bd8e3191df347deae5 100644 (file)
@@ -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