Enable 127.0.0.1:18120 for inner-tunnel testing
authorAlan T. DeKok <aland@freeradius.org>
Sun, 27 Jun 2010 15:59:52 +0000 (17:59 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Jun 2010 13:56:57 +0000 (15:56 +0200)
raddb/sites-available/inner-tunnel

index 4c83294..5fcead4 100644 (file)
 server inner-tunnel {
 
 #
-#  Un-comment the next section to perform test on the inner tunnel
-#  without needing an outer tunnel session.  The tests will not be
-#  exactly the same as when TTLS or PEAP are used, but they will
-#  be close enough for many tests.
+#  This next section is here to allow testing of the "inner-tunnel"
+#  authentication methods, independently from the "default" server.
+#  It is listening on "localhost", so that it can only be used from
+#  the same machine.
 #
-#listen {
-#       ipaddr = 127.0.0.1
-#       port = 18120
-#       type = auth
-#}
+listen {
+       ipaddr = 127.0.0.1
+       port = 18120
+       type = auth
+}
 
 
 #  Authorization. First preprocess (hints and huntgroups files),