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: auth sufficient /lib/security/pam_radius_auth.so try_first_pass debug my /etc/raddb/server: 127.0.0.1 secret 1 192.168.10.57 123456 30 When I try to login to the vsftp server (for example). The login gets denied and the debug output only shows: Jul 25 16:08:45 robert-laptop vsftpd: pam_radius_auth: Got user name john 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. What could be wrong? thanx a lot //robert
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/vsftpd: auth sufficient /lib/security/pam_radius_auth.so try_first_pass debug
my /etc/raddb/server: 127.0.0.1 secret 1 192.168.10.57 123456 30
When I try to login to the vsftp server (for example). The login gets denied and the debug output only shows: Jul 25 16:08:45 robert-laptop vsftpd: pam_radius_auth: Got user name john
I suppose that is not the log of the radius server. Does the radius server ever get a request?
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. What could be wrong?
thanx a lot //robert
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/ users.html
Have a nice day! Nicolas Goutte extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
No, the radius server never receives anything for some reason -----Original Message----- From: freeradius-users-bounces+robert.svensson=mideye.com@lists.freeradius.org 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 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: auth sufficient /lib/security/pam_radius_auth.so try_first_pass debug
my /etc/raddb/server: 127.0.0.1 secret 1 192.168.10.57 123456 30
When I try to login to the vsftp server (for example). The login gets denied and the debug output only shows: Jul 25 16:08:45 robert-laptop vsftpd: pam_radius_auth: Got user name john
I suppose that is not the log of the radius server. Does the radius server ever get a request?
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. What could be wrong?
thanx a lot //robert
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/ users.html
Have a nice day! Nicolas Goutte extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
participants (2)
-
Nicolas Goutte -
Robert Svensson