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

Remove unused `utmp` interface #75

Closed ikerexxe closed 1 year ago

ikerexxe commented 1 year ago

It has been identified that the utmp interface will have problems in 2038 on 64-bit architectures. I was reviewing the code to replace it with another implementation, but it doesn't seem to be used anywhere. Therefore, I am removing it.

If my understanding is incorrect, please indicate its usage so that I can evaluate the substitution.