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

Request: add option to configure password prompt? #9

Closed sj closed 10 years ago

sj commented 10 years ago

Hi,

I'm using Freeradius to provide a one-time-password verification service to a group of servers. My servers are accessible through ssh keys (without interacting with Freeradius), but if someone attempts an interactive password login, he first needs to provide a valid OTP (which is checked by the remote Freeradius server through pam_radius_auth), followed by the system (shadow) password. This works great, with a small issue: both the pam_radius_auth password prompt and shadow prompt are "Password:", which makes people forget that they're supposed to provide a OTP.

Might it be possible to add an option to pam_radius_auth that configures the password prompt? I could then set that to "Radius OTP:".

Thanks!

arr2036 commented 10 years ago

This was done here https://github.com/FreeRADIUS/pam_radius/pull/8