Skip to content

Commit

Permalink
* radsecproxy.conf-example: Add LoopPrevention in a server block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed May 26, 2010
1 parent 6d341e9 commit 06d3764
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion radsecproxy.conf-example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#LogDestination x-syslog:///
#LogDestination x-syslog:///log_local2

# There is an option for doing some simple loop prevention
# There is an option for doing some simple loop prevention. Note that
# the LoopPrevention directive can be used in server blocks too,
# overriding what's set here in the basic settings.
#LoopPrevention on
# Add TTL attribute with value 20 if not present (prevents endless loops)
#addTTL 20
Expand Down Expand Up @@ -132,6 +134,8 @@ server 127.0.0.1 {
# rewriteIn example
# Can also do rewriting of outgoing messages
# rewriteOut example
# Might override loop prevention here too:
# LoopPrevention off
}
realm eduroam.cc {
server 127.0.0.1
Expand Down

0 comments on commit 06d3764

Please sign in to comment.