diff options
author | venaas <venaas> | 2007-09-28 13:09:03 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-09-28 13:09:03 +0000 |
commit | 3959c30fa2b53a43287601a4283700aa15286bb2 (patch) | |
tree | 73a55a7c2bcaf7fec04174984778e027be4a8c8a /radsecproxy.h | |
parent | c6b62c81054ca425390d383c436bed44495f6d76 (diff) |
started adding attribute rewrite code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@172 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index c599aa4..7332ae4 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -81,6 +81,8 @@ struct clsrvconf { char *port; char *secret; regex_t *certuriregex; + regex_t *rewriteattrregex; + char *rewriteattrreplacement; uint8_t statusserver; SSL_CTX *ssl_ctx; struct addrinfo *addrinfo; |