Displaying 2 results from an estimated 2 matches for "prompt_echo".
2004 Jul 28
3
Solaris password requirements not enforced
Hi,
The Solaris password requirements like
a. no empty password
b. minimum 6 chars
etc for a regualr user are not enforced when a password expired user is
changing password at the SSH login prompt.
The version of openSSH I am using is 3.8.1 and Solaris 8 is where the
sshd is running.
Is anybody aware of this problem?
Is there some configuration option I can use to enforce these password
2018 Jun 12
16
[Bug 2876] New: PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication
...a PAM module which only responsibility is sending a challenge
to the end-user in the form of a (unique) url. No input is required,
nor appreciated.
openssh however, discards all conversation of type PAM_TEXT_INFO and
PAM_ERROR_MSG until the PAM module returns control. All conversation of
type PAM_PROMPT_ECHO_[ON|OFF] is honoured, but I don't want the user to
need to enter something, not even <enter> before returning the
authentication result.
I know displaying messages of type PAM_ERROR_MSG is frowned upon and
regarded as leaking information, but PAM_TEXT_INFO is there for a
reason. Please r...