]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use new listener
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 18:50:33 +0000 (14:50 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 18:50:33 +0000 (14:50 -0400)
raddb/sites-available/inner-tunnel

index bf78cdcfa2e7f6d3d8c96a2bd776e6484bd8efff..0b6fc4413ec6be237369b280a8c0dd31aaacfc5c 100644 (file)
 
 server inner-tunnel {
 
+       namespace = radius
+
 #
 #  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.
 #
-#      $ radtest USER PASSWORD 127.0.0.1:18120 0 testing123
+#      $ radtest USER PASSWORD 127.0.0.1:18120 0 testing123
 #
 #  If it works, you have configured the inner tunnel correctly.  To check
 #  if PEAP will work, use:
 #
-#      $ radtest -t mschap USER PASSWORD 127.0.0.1:18120 0 testing123
+#      $ radtest -t mschap USER PASSWORD 127.0.0.1:18120 0 testing123
 #
 #  If that works, PEAP should work.  If that command doesn't work, then
 #
-#      FIX THE INNER TUNNEL CONFIGURATION SO THAT IT WORKS.
+#      FIX THE INNER TUNNEL CONFIGURATION SO THAT IT WORKS.
 #
 #  Do NOT do any PEAP tests.  It won't help.  Instead, concentrate
 #  on fixing the inner tunnel configuration.  DO NOTHING ELSE.
 #
 listen {
-       ipaddr = 127.0.0.1
-       port = 18120
-       type = auth
-}
+       type = Status-Server
+       type = Access-Request
+       transport = udp
 
+       udp {
+               ipaddr = 127.0.0.1
+               port = 18120
+       }
+}
 
 #  Authorization. First preprocess (hints and huntgroups files),
 #  then realms, and finally look in the "users" file.