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 {
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