help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Auth.error: string too long


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Auth.error: string too long
Date: Fri, 25 Mar 2005 16:53:35 +0200

kennyen <address@hidden> 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
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]