config examples
authorvenaas <venaas>
Thu, 8 Feb 2007 09:50:06 +0000 (09:50 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Thu, 8 Feb 2007 09:50:06 +0000 (09:50 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@51 e88ac4ed-0b26-0410-9574-a7f39faa03bf

clients.conf-example
radsecproxy.conf-example
servers.conf-example

index e715770..3d76ed0 100644 (file)
@@ -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
index be3dc95..bde62e3 100644 (file)
@@ -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)
index 6556cb5..2657818 100644 (file)
@@ -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