From ccf12f8e7cd1eb6513739805a32fc473a711ccf1 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 4 Dec 2008 10:10:26 +0000 Subject: 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 --- radsecproxy.conf-example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'radsecproxy.conf-example') 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 -- cgit v1.1