summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clients.conf-example1
-rw-r--r--radsecproxy.conf-example3
-rw-r--r--servers.conf-example1
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