diff options
author | venaas <venaas> | 2007-02-08 09:50:06 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-02-08 09:50:06 +0000 |
commit | 8ea898130c8d555071721d56bbb8e2f4e1fcabda (patch) | |
tree | 5c878d000aea55a7438921ca9deb63bbced82e7d | |
parent | 4ae470172d0295e19806fb3e69b45fb2b581e312 (diff) |
config examples
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@51 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | clients.conf-example | 1 | ||||
-rw-r--r-- | radsecproxy.conf-example | 3 | ||||
-rw-r--r-- | servers.conf-example | 1 |
3 files changed, 4 insertions, 1 deletions
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 |