From 9c5cd8f617e64e01520443f581a6824f863d4392 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 23 Jan 2012 12:49:52 +0100 Subject: Protect IPv6 addresses in square brackets to avoid misinterpretation. --- radsecproxy.conf-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 411c47e..d0daf71 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -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 -- cgit v1.1