FreeRADIUS / pam_radius

This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
GNU General Public License v2.0
102 stars 90 forks source link

Continuation of the https://github.com/FreeRADIUS/pam_radius/issues/29 #30

Closed adireddi77 closed 7 years ago

adireddi77 commented 7 years ago

With the master branch I am still seeing this issue where even valid users are not successfully authenticated. Does not seem that the credentials are being even sent. Code seems to hitting the FD size --

java: pam_radius_auth: Got user name xxxxxxxx java: pam_radius_auth: Unusable socket, FD is larger than 1024 java: pam_radius_auth: Unusable socket, FD is larger than 1024

Is there any way to overcome this issue ?

adireddi77 commented 7 years ago

Would using POLL help ?

alandekok commented 7 years ago

Using poll will help. Or, using PAM in an application that opens less than 1K files.