<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>pam module</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
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:<BR>
<BR>
module version 1.3.17<BR>
<BR>
my /etc/pam.d/vsftpd:<BR>
auth    sufficient      /lib/security/pam_radius_auth.so try_first_pass debug<BR>
<BR>
my /etc/raddb/server:<BR>
127.0.0.1       secret             1<BR>
192.168.10.57   123456       30<BR>
<BR>
When I try to login to the vsftp server (for example). The login gets denied and the debug output only shows:<BR>
Jul 25 16:08:45 robert-laptop vsftpd: pam_radius_auth: Got user name john<BR>
<BR>
John is a valid user in the LDAP that our radius server is using (it's not a free radius server) but it seems like the radius request is never sent so therefore I never get a challenge back.<BR>
What could be wrong?<BR>
<BR>
thanx a lot<BR>
//robert<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>