From 8ea898130c8d555071721d56bbb8e2f4e1fcabda Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 8 Feb 2007 09:50:06 +0000 Subject: config examples git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@51 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- clients.conf-example | 1 + radsecproxy.conf-example | 3 ++- servers.conf-example | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/clients.conf-example b/clients.conf-example index e715770..3d76ed0 100644 --- a/clients.conf-example +++ b/clients.conf-example @@ -1,4 +1,5 @@ #Here we list RADIUS clients that we are willing to serve +# this file must be in /etc/radsecproxy or proxy's current directory # #First field is T or U for TLS or UDP #Second is address or fqdn, and must match certificate cn for TLS diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index be3dc95..bde62e3 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -1,4 +1,5 @@ -#All possible config options are listed below +#Master config file, must be in /etc/radsecproxy or proxy's current directory +# All possible config options are listed below # # You must specify at least one of TLSCACertificateFile or TLSCACertificatePath # for TLS to work. We always verify peer certificate (both client and server) diff --git a/servers.conf-example b/servers.conf-example index 6556cb5..2657818 100644 --- a/servers.conf-example +++ b/servers.conf-example @@ -1,4 +1,5 @@ #Here we list RADIUS servers we will use for different realms +# this file must be in /etc/radsecproxy or proxy's current directory # #First field is T or U for TLS or UDP #Second is address or fqdn and optional port, must match certificate cn for TLS -- cgit v1.1