diff options
author | venaas <venaas> | 2007-02-08 09:46:12 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-02-08 09:46:12 +0000 |
commit | 4ae470172d0295e19806fb3e69b45fb2b581e312 (patch) | |
tree | 24a6ff45804a18d6e1c51ca11cdc46cdd1f17bf1 /clients.conf-example | |
parent | 6c2d661206627bc4f64ba0f7f200ff97642b8048 (diff) |
config examples
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@50 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'clients.conf-example')
-rw-r--r-- | clients.conf-example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clients.conf-example b/clients.conf-example new file mode 100644 index 0000000..e715770 --- /dev/null +++ b/clients.conf-example @@ -0,0 +1,9 @@ +#Here we list RADIUS clients that we are willing to serve +# +#First field is T or U for TLS or UDP +#Second is address or fqdn, and must match certificate cn for TLS +#Third field is the secret and is optional for TLS + +T 2001:db8::1 +U 127.0.0.1 secret +T radius.example.com verysecret |