Florin Andrei <[EMAIL PROTECTED]> wrote: > We're trying to compile the pam_radius module on Irix. There are a few > gotchas, mainly compiler weirdness and pointers fun :-) but we got it to > the point where it sends a Radius packet to the server and it parses the > reply. > That being said, it doesn't work. See debug info below at the end of the > message.
Being Livingston, and an *old* version, the debugging information it prints isn't particularly helpful. > Jun 26 12:42:04 7E:diaspar sshd[130755]: pam_radius_auth: DEBUG: > getservbyname(radius, udp) returned XXXXXXXXX. > Jun 26 12:42:04 3E:diaspar sshd[130755]: pam_radius_auth: packet from > RADIUS server XXXXXXXXXXXXXX.sgi.com fails verification: The shared > secret is probably incorrect. If the shared secrets *are* correct, then I would suggest checking byte order issues in the 'md5.c' file included with the source. If the byte order in MD5 is wrong, then the whole RADIUS infrastructure fails. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
