Your message dated Fri, 19 May 2006 05:47:12 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321229: fixed in radiusclient 0.3.2-9 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: radiusclient1 Version: 0.3.2-8 Severity: normal Tags: patch On an amd64 (SUN V20z) Authentication against an Radius Server fails, because the Attribute Value Pairs sending to the Server are to big. This is due the 64bit System. With the attached Patch, UINT4 and INT4 (defined in radiusclient.h) is defined as int not as long, so the header AVP Fields are within the specification. I would like to see the attached patch included in the Debian Package, because we use some Servers which are 64bit aware. HTH, tim -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.8-10-amd64-k8 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages radiusclient1 depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libradius1 0.3.2-8 /bin/login replacement with RADIUS ii perl [perl5] 5.8.4-8 Larry Wall's Practical Extraction -- no debconf information--- include/radiusclient.h.orig 2005-08-04 10:50:19.636354682 +0200 +++ include/radiusclient.h 2005-08-04 10:48:47.955569910 +0200 @@ -38,8 +38,13 @@ # define __P(protos) () #endif +#if !(defined(__x86_64__)) typedef unsigned long UINT4; typedef long INT4; +#else +typedef unsigned int UINT4; +typedef int INT4; +#endif #define AUTH_VECTOR_LEN 16 #define AUTH_PASS_LEN (3 * 16) /* multiple of 16 */
--- End Message ---
--- Begin Message ---Source: radiusclient Source-Version: 0.3.2-9 We believe that the bug you reported is fixed in the latest version of radiusclient, which is due to be installed in the Debian FTP archive: libradius1-dev_0.3.2-9_i386.deb to pool/main/r/radiusclient/libradius1-dev_0.3.2-9_i386.deb libradius1_0.3.2-9_i386.deb to pool/main/r/radiusclient/libradius1_0.3.2-9_i386.deb radiusclient1_0.3.2-9_i386.deb to pool/main/r/radiusclient/radiusclient1_0.3.2-9_i386.deb radiusclient_0.3.2-9.diff.gz to pool/main/r/radiusclient/radiusclient_0.3.2-9.diff.gz radiusclient_0.3.2-9.dsc to pool/main/r/radiusclient/radiusclient_0.3.2-9.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Turbo Fredriksson <[EMAIL PROTECTED]> (supplier of updated radiusclient package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 19 May 2006 14:23:15 +0200 Source: radiusclient Binary: libradius1-dev libradius1 radiusclient1 Architecture: source i386 Version: 0.3.2-9 Distribution: unstable Urgency: low Maintainer: Turbo Fredriksson <[EMAIL PROTECTED]> Changed-By: Turbo Fredriksson <[EMAIL PROTECTED]> Description: libradius1 - /bin/login replacement with RADIUS. Shared lib to used by program libradius1-dev - /bin/login replacement with RADIUS. Header file and link lib. radiusclient1 - /bin/login replacement which uses the RADIUS protocol for authent Closes: 272872 321229 359556 Changes: radiusclient (0.3.2-9) unstable; urgency=low . * Fix auth on 64bit machines. Patch by Tim Weippert. Closes: #321229 * Fix lib/buildreq.c:rc_acct_proxy(). Patch by Julien Pinon. Closes: #272872 * Remove /usr/doc symlink. Closes: #359556 Files: 4df7ff273d4592fbb3fc7943df3a5fd2 655 admin extra radiusclient_0.3.2-9.dsc 8037e9f1e9fe25f248a5dc8baffe7639 42709 admin extra radiusclient_0.3.2-9.diff.gz 7f9656f5c6185466f30aa5f937958811 33010 admin extra radiusclient1_0.3.2-9_i386.deb e7fbbfea0e33a8d3377393f3186286da 28902 libdevel extra libradius1-dev_0.3.2-9_i386.deb fa6b4217ee9b8e1dc46596b91474949e 31508 libs extra libradius1_0.3.2-9_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFEbbsTmlWzPKccHgARApKSAJsEuyz3lg0+BpntCsP0cN7iLLWPYwCfduKD MrLBcmCM4g8nV7xz8hOMbpQ= =QSnb -----END PGP SIGNATURE-----
--- End Message ---

