Split example config in two files.
authorLinus Nordberg <linus@nordberg.se>
Thu, 24 Feb 2011 20:56:47 +0000 (21:56 +0100)
committerLinus Nordberg <linus@nordberg.se>
Thu, 24 Feb 2011 20:56:47 +0000 (21:56 +0100)
lib/examples/client.conf [deleted file]

diff --git a/lib/examples/client.conf b/lib/examples/client.conf
deleted file mode 100644 (file)
index e02d707..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-config blocking-udp {
-    type = "UDP"
-    server {
-        hostname = "localhost"
-       service = "1820"
-       secret = "sikrit"
-       timeout = 1         /* optional */
-       tries = 10            /* optional */
-    }
-}
-config blocking-tls {
-    type = "TLS"
-
-    cacertfile = "/home/linus/nordberg-ca.crt"
-    #cacertpath = 
-    certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt"
-    certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key"
-    #certkeypwd = "passphrase"
-    #cacheexpiry = <seconds>
-    #crlcheck = "on" | "off"
-    #policyoids = ?
-    
-    server {
-        hostname = "localhost"
-       service = "2083"
-       secret = "sikrit"
-       timeout = 1         /* optional */
-       tries = 10            /* optional */
-    }
-}