diff options
author | venaas <venaas> | 2008-04-03 10:32:00 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-04-03 10:32:00 +0000 |
commit | 2836acbf8e2c9b530b779646f1264f01775cffbe (patch) | |
tree | 52b8a116d1036585ad6667e2314203d28b90714d /radsecproxy.h | |
parent | fe40377164b525268aaf7e9a13e7423c7e1b3db2 (diff) |
regexp match on cert cn
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@225 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 666514b..737bc59 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -79,6 +79,7 @@ struct clsrvconf { char *host; char *port; char *secret; + regex_t *certcnregex; regex_t *certuriregex; regex_t *rewriteattrregex; char *rewriteattrreplacement; |