Re: Auth.error: string too long
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
kennyen <[email protected]> wrote: > "Mar 22 17:17:54 Auth.error: string too long: 00092d0b8dc919000002" Try increasing RUT_IDSIZE in include/radius/radutmp.h, e.g.: Index: include/radius/radutmp.h =================================================================== RCS file: /cvsroot/radius/radius/include/radius/radutmp.h,v retrieving revision 1.6 diff -p -u -r1.6 radutmp.h --- include/radius/radutmp.h 5 Jul 2004 13:25:20 -0000 1.6 +++ include/radius/radutmp.h 25 Mar 2005 14:51:17 -0000 @@ -29,7 +29,7 @@ #define P_ACCT_ENABLED 131 #define RUT_NAMESIZE 32 -#define RUT_IDSIZE 16 +#define RUT_IDSIZE 24 #define RUT_PNSIZE 24 /* Phone number size */ struct radutmp { Regards, Sergey