Protect IPv6 addresses in square brackets to avoid misinterpretation.
authorLinus Nordberg <linus@nordu.net>
Mon, 23 Jan 2012 11:49:52 +0000 (12:49 +0100)
committerLinus Nordberg <linus@nordu.net>
Mon, 23 Jan 2012 11:49:52 +0000 (12:49 +0100)
radsecproxy.conf-example

index 411c47e..d0daf71 100644 (file)
@@ -134,7 +134,7 @@ tls default {
 #      modifyAttribute 1:/^(.*)@local$/\1@example.com/
 # }
 
-client 2001:db8::1 {
+client [2001:db8::1] {
        type    tls
        secret  verysecret
 # we could specify tls here, e.g.
@@ -180,7 +180,7 @@ realm       eduroam.cc {
 #      accountingServer 127.0.0.1
 }
 
-server 2001:db8::1 {
+server [2001:db8::1] {
        type    TLS
        port    2283
 # secret is optional for TLS