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

rlm_pam #70

Closed c60cb859 closed 1 year ago

c60cb859 commented 1 year ago

Is this repo the same a rlm_pam? https://networkradius.com/doc/current/raddb/mods-available/pam.html

the documentation mentions mem leaks, but I find it very difficult to figure out what is what regarding PAM module for Radius

alandekok commented 1 year ago

The PAM RADIUS module gets passwords from PAM, and sends RADIUS packets to a RADIUS server.

The FreeRADIUS rlm_pam module gets passwords from RADIUS, and verifies them via PAM.

They are very different, and all of the documentation makes this clear.