diff options
author | venaas <venaas> | 2008-07-08 13:17:24 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-07-08 13:17:24 +0000 |
commit | 84ebd8d6eeaf469b518ae04a53c30d1ddbe84e4f (patch) | |
tree | d173412e74255d7bae364b12e63559bdca6aa2ab /radsecproxy.h | |
parent | 47500fdd554b60c4df4285be2f43b808665e07d8 (diff) |
accountingresponse option for realms for sending accounting response when no accounting server is configured
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@300 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 4bbbead..0f42ffe 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -122,6 +122,7 @@ struct server { struct realm { char *name; char *message; + uint8_t accresp; regex_t regex; struct list *srvconfs; struct list *accsrvconfs; |