Re: Can't compile FreeRADIUS with pam module

2009-11-09 Thread John Dennis
On 11/09/2009 05:05 PM, Chico Sokol wrote: Funny, configure's output seems to be fine: checking for pam_start in -lpam... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking pam/pam_appl.h usability... ye

Re: Can't compile FreeRADIUS with pam module

2009-11-09 Thread Chico Sokol
009 at 10:50 PM, John Dennis wrote: > On 11/09/2009 03:54 PM, Chico Sokol wrote: >> >> Any ideas here? >> >> Somebody have ever built FreeRADIUS with pam module? >> >> On Fri, Nov 6, 2009 at 5:36 PM, Chico Sokol  wrote: >>>> >>>>

Re: Can't compile FreeRADIUS with pam module

2009-11-09 Thread John Dennis
On 11/09/2009 03:54 PM, Chico Sokol wrote: Any ideas here? Somebody have ever built FreeRADIUS with pam module? On Fri, Nov 6, 2009 at 5:36 PM, Chico Sokol wrote: Did you install these *after* running configure? If so you'll have to run configure again so it can find them>and set t

Re: Can't compile FreeRADIUS with pam module

2009-11-09 Thread Chico Sokol
Any ideas here? Somebody have ever built FreeRADIUS with pam module? On Fri, Nov 6, 2009 at 5:36 PM, Chico Sokol wrote: >>Did you install these *after* running configure? If so you'll have to run >>configure again so it can find them >and set the right compiler flags. >

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

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: free

Re: RADIUS challenge response using the PAM module

2009-03-18 Thread Alan DeKok
Robert Svensson wrote: > The problem is that the access challenge sent by the radius server, to the > pam module, is returned by the pam module without being displayed to the user. That sentence doesn't make any sense. > What I expect is for the access challenge to be display

RE: RADIUS challenge response using the PAM module

2009-03-18 Thread tnt
>The problem is that the access challenge sent by the radius server, to the pam >module, is returned by the pam module without being displayed to the user. >What I expect is for the access challenge to be displayed to the user: Enter >your OTP (or something). After the user has resp

RE: RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
I'm fully aware of the fact that the radius server generates the challenge. The problem is that the access challenge sent by the radius server, to the pam module, is returned by the pam module without being displayed to the user. What I expect is for the access challenge to be displayed t

Re: RADIUS challenge response using the PAM module

2009-03-18 Thread Alan DeKok
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 the challenge. Not the PAM module. Perhaps you could give explanations of what you expect, and what you see. Alan DeKok.

RE: RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
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 inst

Re: RADIUS challenge response using the PAM module

2009-03-18 Thread Alan DeKok
Robert Svensson wrote: > The PAM module recieves the access challenge from the radius server. The > problem is that instead of asking the user for additional input, the > module returns an invald challenge back to the radius server and > therefore the authentication fails. What&#

RADIUS challenge response using the PAM module

2009-03-18 Thread Robert Svensson
e code, It seems as if this should be possible. But I can't figure this one out. The PAM module recieves the access challenge from the radius server. The problem is that instead of asking the user for additional input, the module returns an invald challenge back to the radius server an

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

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

Re: pam module

2008-07-25 Thread Nicolas Goutte
Am 25.07.2008 um 16:52 schrieb 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/vs

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_

Re: AW: debian with freeradius and securid PAM Module

2004-11-18 Thread Alan DeKok
<[EMAIL PROTECTED]> wrote: > pam_pass: function pam_authenticate FAILED for . Reason: Module > is unknown And it doesn't tell you which module. Wonderful. People actually use this stuff? And get it to work? Wow... > Is ist possible to debug PAM? Not really. Now you know why I'm so i

AW: debian with freeradius and securid PAM Module

2004-11-18 Thread Markus.Wintruff
freeradius says the following: rad_check_password: Found Auth-Type pam auth: type "PAM" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 0 pam_pass: using pamauth string for pam.conf lookup pam_pass: function pam_authenticate FAILED for . R

Re: debian with freeradius and securid PAM Module

2004-11-17 Thread Alan DeKok
<[EMAIL PROTECTED]> wrote: > i want to use securid with freeradius on my debian. > I have choosen and installed the pam_securid.so Module from RSA und set > up pam and freeradius. PAM may have memory leaks. If at all possible, I would suggest using a command-line tool from SecurID to do the aut

debian with freeradius and securid PAM Module

2004-11-17 Thread Markus.Wintruff
Hello, i want to use securid with freeradius on my debian. I have choosen and installed the pam_securid.so Module from RSA und set up pam and freeradius. if a make a radtest everytime a get the following errors in syslog: Nov 17 14:31:49 abrakadabra freeradius: PAM unable to dlopen(/lib/securit