diff options
author | venaas <venaas> | 2008-06-03 11:36:34 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-06-03 11:36:34 +0000 |
commit | bb7b1ee043709dddcb59982efa2630d2b29f0b71 (patch) | |
tree | fd776c924ed95c6f2a1e4b73992268f9d26c78d1 /radsecproxy.h | |
parent | 0778021ef523e76ad9b0cb33d7e1a866cf08c772 (diff) |
logging stationid, converting username and stationid to ascii when logging
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@274 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 d835125..10009fc 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -32,6 +32,7 @@ #define RAD_Attr_User_Password 2 #define RAD_Attr_Reply_Message 18 #define RAD_Attr_Vendor_Specific 26 +#define RAD_Attr_Calling_Station_Id 31 #define RAD_Attr_Tunnel_Password 69 #define RAD_Attr_Message_Authenticator 80 |