radsecproxy-1.6.5.
[libradsec.git] / radsecproxy.conf-example
index 2c1b35b..c97a772 100644 (file)
 #FTicksReporting None
 #FTicksMAC Static
 
+# You can optionally specify FTicksSyslogFacility to use a dedicated 
+# syslog facility for F-Ticks messages. This allows for easier filtering
+# of F-Ticks messages.
+# F-Ticks messages are always logged using the log level LOG_DEBUG.
+# Note that specifying a file (using the file:/// prefix) is not supported.
+#FTicksSyslogFacility  log_local1
+#FTicksSyslogFacility  x-syslog:///log_local1 
+
 # There is an option for doing some simple loop prevention.  Note that
 # the LoopPrevention directive can be used in server blocks too,
 # overriding what's set here in the basic settings.
@@ -126,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.
@@ -172,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