diff options
-rw-r--r-- | radsecproxy.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index a7f50c5..aa90dd2 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -427,7 +427,7 @@ original value if a matching response is later sent back to the client. The value must be of the form User-Name:/regexpmatch/replacement/. Example usage: <blockquote> <para> -rewriteAttribute User-Name:/^(.*)@local$/$1@example.com/ +rewriteAttribute User-Name:/^(.*)@local$/\1@example.com/ </para> </blockquote> </para> @@ -711,7 +711,7 @@ a numerical attribute type, regexpmatch is regexp matching rule and replacement specifies how to replace the matching regexp. Example usage: <blockquote> <para> -modifyAttribute 1:/^(.*)@local$/$1@example.com/ +modifyAttribute 1:/^(.*)@local$/\1@example.com/ </para> </blockquote> </para> |