Skip to content

Commit

Permalink
Fix a regex example using back references. Spotted by Kolbjørn Barmen.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@519 e88ac4ed-0b26-0410-9574-a7f39faa03bf
  • Loading branch information
linus authored and linus committed Mar 16, 2010
1 parent ff85d2a commit 18d161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radsecproxy.conf-example
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tls default {
# removeAttribute 5
# removeVendorAttribute 99:100
# addAttribute 4 attribute%20value
# modifyAttribute 1:/^(.*)@local$/$1@example.com/
# modifyAttribute 1:/^(.*)@local$/\1@example.com/
# }

client 2001:db8::1 {
Expand Down

0 comments on commit 18d161d

Please sign in to comment.