Re: changing password prompt

Ali Corbin <[email protected]> Fri, 22 Mar 2013 21:43:37 -0700
Newsgroups gmane.linux.pam
Message-ID <CANoB_cpYL327qhSMUh_ipk8dG6zRvOTNU-xSEoWiRvVgsePb8w@mail.gmail.com>
On Fri, Mar 22, 2013 at 11:16 AM, Smith, Gina C. (MSFC-IS40)[NICS]
<[email protected]> wrote:
>
>
> When sshing into a box that is set up to authenticate via radius using pam.
> Is there a way to change the prompt from ‘password’ to ‘passcode’??
>
>

When I had to do this I wrote a small pam module that did nothing but
set PAM_USER_PROMPT and stuck it in the stack in front of pam_unix.

Ali