From 9c998d3c1a8f794975af76d0b6fca5a7afe63a2d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 25 May 2010 23:05:51 +0200 Subject: * radsecproxy.conf-example: Sanitize and verify rewrite examples. --- radsecproxy.conf-example | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'radsecproxy.conf-example') diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index c7d7270..886429a 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -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/ # } -- cgit v1.1