diff options
author | venaas <venaas> | 2008-12-04 10:10:26 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-04 10:10:26 +0000 |
commit | ccf12f8e7cd1eb6513739805a32fc473a711ccf1 (patch) | |
tree | e4813254a9e55dfbe640134ea63cf64eb24426d1 /radsecproxy.conf-example | |
parent | 00e0ae25ec062b4d92ab388e2884d1af6c2e511e (diff) |
1.3 branch with alpha release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@435 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index fdae1dd..bb154f7 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -32,6 +32,8 @@ #There is an option for doing some simple loop prevention #LoopPrevention on +#Add TTL attribute with value 20 if not present (prevents endless loops) +#addTTL 20 #If we have TLS clients or servers we must define at least one tls block. #You can name them whatever you like and then reference them by name when @@ -57,6 +59,9 @@ tls default { # CRLCheck on # Optionally specify how long CAs and CRLs are cached, default forever # CacheExpiry 3600 + # Optionally require that peer certs have one of the specified policyOIDs + # policyoid 1.2.3 # this option can be used multiple times + # policyoid 1.3.4 } #If you want one cert for all clients and another for all servers, use |