Re: PAM radius module and "Prompt" attribute.

2008-10-31 Thread ugengia-reg
Hi, the proposed patch doesn't work on solaris 10 & RSA Authentication Manager 7.1: "Bus Error" and core-dump when the Access-Challenge is received. The following patch works (gcc 3.4.3): --- pam_radius_auth.c.orig Tue Oct 28 13:07:22 2008 +++ pam_radius_auth.c Wed Oct 29 15:11:20 2008 @@

Re: PAM radius module and "Prompt" attribute.

2008-10-29 Thread ugengia-reg
Here is the details about the core dump of a patched version of pam_radius_auth.so when an access challenge with Prompt=No Echo is received. patch url: http://bugs.freeradius.org/show_bug.cgi?id=609 RADIUS Server: RSA authentication manager 7.1 RADIUS client host: sun ultra 45 solaris 10 pam_radi

Re: PAM radius module and "Prompt" attribute.

2008-10-28 Thread ugengia-reg
Hi All, I tried the patch but unfortunately the library sigfaults. Program received signal SIGSEGV, Segmentation fault. 0xfecf45b8 in pam_sm_authenticate () from /usr/lib/security/pam_radius_auth.so.1 Any suggestion? Regards, Cesare --- Mer 22/10/08, Alan DeKok <[EMAIL PROTECTED]> ha scritto:

PAM radius module and "Prompt" attribute.

2008-10-22 Thread ugengia-reg
Hi All, I'm using the pam_radius_auth 1.3.17 PAM service module and a RSA Authentication Manager 7.1 RADIUS server. All is working well, but I found a problem when the PAM module receives an Access-Challenge. Here is the problem: even if the RADIUS server sends a Prompt="No Echo" attribute, my