From 217d24060890986d38848e0a9fd68ae6e7d1727f Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 21 Mar 2011 13:33:22 +0100 Subject: API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more. Use rs_context_create() to read FreeRADIUS dictionary, possibly by taking dict file from configuration file. CONFIG CHANGE: s/config/realm/g. --- lib/examples/client-tls.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/examples/client-tls.conf (limited to 'lib/examples/client-tls.conf') diff --git a/lib/examples/client-tls.conf b/lib/examples/client-tls.conf deleted file mode 100644 index 4d0904d..0000000 --- a/lib/examples/client-tls.conf +++ /dev/null @@ -1,14 +0,0 @@ -config blocking-tls { - type = "TLS" - timeout = 1 - retries = 3 - cacertfile = "/home/linus/nordberg-ca.crt" -# cacertfile = "/home/linus/p/moonshot/demoCA/cacert.pem" - certfile = "/home/linus/p/moonshot/radsecproxy-test.crt" - certkeyfile = "/home/linus/p/moonshot/radsecproxy-test.key" - server { - hostname = "localhost" - service = "2083" - secret = "sikrit" - } -} -- cgit v1.1