From: Alan T. DeKok Date: Fri, 24 Aug 2012 12:48:13 +0000 (+0200) Subject: Fixed to be compatible with 3.0 X-Git-Tag: release_2_2_0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b393b382fc7a44f405f26b843a6640956344e8;p=thirdparty%2Ffreeradius-server.git Fixed to be compatible with 3.0 --- diff --git a/share/dictionary.freeradius.internal b/share/dictionary.freeradius.internal index 177191055a7..62a239a4d6a 100644 --- a/share/dictionary.freeradius.internal +++ b/share/dictionary.freeradius.internal @@ -218,7 +218,8 @@ ATTRIBUTE Send-CoA-Type 1132 integer ATTRIBUTE MS-CHAP-Password 1133 string ATTRIBUTE Packet-Transmit-Counter 1134 integer ATTRIBUTE Cached-Session-Policy 1135 string -ATTRIBUTE Cache-TTL 1136 integer + +\ATTRIBUTE Cache-TTL 1136 integer ATTRIBUTE Cache-Status-Only 1137 integer VALUE Cache-Status-Only no 0 diff --git a/src/include/radius.h b/src/include/radius.h index 775ec5c90af..d143f3c7402 100644 --- a/src/include/radius.h +++ b/src/include/radius.h @@ -232,8 +232,9 @@ #define PW_MSCHAP_PASSWORD 1133 #define PW_PACKET_TRANSMIT_COUNTER 1134 #define PW_CACHED_SESSION_POLICY 1135 -#define PW_CACHE_TTL 1136 -#define PW_CACHE_STATUS_ONLY 1137 + +#define PW_CACHE_TTL 1140 +#define PW_CACHE_STATUS_ONLY 1141 /* * Integer Translations