Skip to content

Commit

Permalink
* radsecproxy.conf-example: Sanitize and verify rewrite examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed May 25, 2010
1 parent 684ade5 commit 9c998d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions radsecproxy.conf-example
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,15 @@ tls default {

# Configure a rewrite block if you want to add/remove/modify attributes
# rewrite example {
# # Remove NAS-Port.
# removeAttribute 5
# # Remove vendor attribute 100.
# removeVendorAttribute 99:100
# addAttribute 4:11
# addVendorAttribute 99:100:200
# # Called-Station-Id = "123456"
# addAttribute 30:123456
# # Vendor-99-Attr-101 = 0x0f
# addVendorAttribute 99:101:%0f
# # Change users @local to @example.com.
# modifyAttribute 1:/^(.*)@local$/\1@example.com/
# }

Expand Down

0 comments on commit 9c998d3

Please sign in to comment.