diff options
author | linus <linus> | 2010-03-31 13:44:13 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-31 13:44:13 +0000 |
commit | 8aa05d366de8af2543cb2533b14fe317fa11e7a0 (patch) | |
tree | 9c0231b66dee3547b33401e986fbfb6bad1f89cc /radsecproxy.conf-example | |
parent | a0f4597db953d1afc8198e74d8fdfc25f9cd6f3d (diff) |
Fix typo for addAttribute value.
Add addVendorAttribute.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@548 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 1e874e9..c7d7270 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -85,7 +85,8 @@ tls default { # rewrite example { # removeAttribute 5 # removeVendorAttribute 99:100 -# addAttribute 4 attribute%20value +# addAttribute 4:11 +# addVendorAttribute 99:100:200 # modifyAttribute 1:/^(.*)@local$/\1@example.com/ # } |