PAM module unknown

2009-03-24 Thread Robert Svensson
Hi, I can compile the FreeRADIUS PAM module without any errors. But when I try to use it I always get a module unknown error. For example: AUTH-PAM: BACKGROUND: user 'john' failed to authenticate: Module is unknown This is how I compiled the module: gcc -fPIC -c pam_radius_auth.c gcc -shared -o

SV: RADIUS challenge response using the PAM module

2009-03-19 Thread Robert Svensson
Yes. I'm talking about the PAM module. I've tried the debug option but it isn't verbose enough. I need to recompile the module with some extra debug messages regarding the access challenge. I'll figure it out one way or another -Ursprungligt meddelande- Från:

RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
Hi, I've been pulling my hair trying to get the PAM radius module to successfully authenticate against a radius server that thows a password challenge response AFTER a user has been verified using their user name and password (it's not a FreeRadius server). By looking at the source code, It

RE: RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
Of Alan DeKok [al...@deployingradius.com] Sent: Wednesday, March 18, 2009 6:22 PM To: FreeRadius users mailing list Subject: Re: RADIUS challenge response using the PAM module Robert Svensson wrote: The PAM module recieves the access challenge from the radius server. The problem is that instead

RE: RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
: Wednesday, March 18, 2009 9:47 PM To: FreeRadius users mailing list Subject: Re: RADIUS challenge response using the PAM module Robert Svensson wrote: something else than what the radius server expected. Like an invalid OTP for example Uh... the RADIUS server is the one generating

[no subject]

2008-09-02 Thread Robert Svensson
Hi, Does the PAM module support access challenge sent from the radius server? //robert - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Two factor authentication using pam module

2008-08-28 Thread Robert Svensson
Hi, I'm using the radius pam module to authenticate users connecting to an ftp server. The proprietary radius server that we are using expects, after a successful user name / password check, an access challenge in the form numbers displayed on a token. My problem is that I can't figure out

RE: pam module

2008-07-27 Thread Robert Svensson
No, the radius server never receives anything for some reason -Original Message- From: [EMAIL PROTECTED] on behalf of Nicolas Goutte Sent: Fri 2008-07-25 17:22 To: FreeRadius users mailing list Subject: Re: pam module Am 25.07.2008 um 16:52 schrieb Robert Svensson: Hi, This might

pam module

2008-07-25 Thread Robert Svensson
Hi, This might be a lame question but I can't get the pam module to work (with vsftpd, or any other pam aware application). I'm runing Ubuntu 8.04 an my config is the following: module version 1.3.17 my /etc/pam.d/vsftpd: authsufficient /lib/security/pam_radius_auth.so try_first_pass