Displaying 4 results from an estimated 4 matches for "text_info".
Did you mean:
ext_info
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
2003 Feb 26
0
PAM merge from FreeBSD
...ow do (will)
> you handle restarting the authentication (client sends USERAUTH_REQUEST
> instead of USERAUTH_INFO_RESPONSE)?
>
> In auth-pam.c:sshpam_thread_conv(), line 148, the two cases ECHO_OFF and
> ECHO_ON should be combined into a single case, as should the ERROR_MSG
> and TEXT_INFO cases; just as you do in sshpam_query().
>
> The code as a whole /is/ far cleaner than what exists currently, so that
> is a big plus.
>
> I dislike that kbdint is run via auth2_challenge() and all the refs
> to "challenge". It's not necessarily a challenge.
>...
2018 Jun 12
16
[Bug 2876] New: PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2876
Bug ID: 2876
Summary: PAM_TEXT_INFO and PAM_ERROR_MSG conversation not
honoured during PAM authentication
Product: Portable OpenSSH
Version: 7.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Compon...
2000 Aug 24
0
patch for a few things
...s looking for. Doing a
'strings' on the binary didn't help. :) So, I added a message to log
this on startup, when compiled with PAM support.
- in auth-pam.c:pamconv(), add support for PAM_ERROR_MSG. Also, in
addition to appending messages to pam_msg, it sends errors and
text_infos to the client as debug messages, and also log()'s error
messages. I had a situation where a PAM module was trying to send an
error to the user, but it was never being displayed. I also figured
it'd be nice to see them _immediately_ (when connecting with '-v'), as
well...