pam_radius_auth on 64bit Linux doesn't work (fwd)
Hello, We are starting to deploy 64bit RH Linux systems (AS3). The 32bit module didn't work, and I had trouble getting the 64bit to compile successfully. For the sake of time, I found a 64bit pam_radius_auth RPM and installed it. It attempts to authenticate, but every packet gives an incorrect shared secret error on both sides. I've tried everything imaginable to get it to work with no success. The shared secrets are absolutely correct on both sides. Any success stories? Any ideas?
Hi, I had similar problem on a 64bit machine running SuSE linux.. although the secret was correct, the client wasnt able to authenticate. Maybe RHEL has the same problem... Regards, Edvin Seferovic -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of JR Mayberry Sent: Montag, 13. Juni 2005 22:42 To: freeradius-users@lists.freeradius.org Subject: pam_radius_auth on 64bit Linux doesn't work (fwd) Hello, We are starting to deploy 64bit RH Linux systems (AS3). The 32bit module didn't work, and I had trouble getting the 64bit to compile successfully. For the sake of time, I found a 64bit pam_radius_auth RPM and installed it. It attempts to authenticate, but every packet gives an incorrect shared secret error on both sides. I've tried everything imaginable to get it to work with no success. The shared secrets are absolutely correct on both sides. Any success stories? Any ideas? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
JR Mayberry <mayberry@loonybin.net> wrote:
It attempts to authenticate, but every packet gives an incorrect shared secret error on both sides.
Odds are that it's the MD5 code, which isn't 64-bit clean. Try taking md5.[ch] from FreeRADIUS, and hacking them to work with the module. Alan DeKok.
participants (3)
-
Alan DeKok -
JR Mayberry -
Seferovic Edvin