mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
Don't TRACE() the pw_passwd
This commit is contained in:
parent
6b4105ffe6
commit
10d7a35841
@ -155,7 +155,6 @@ void recv_msg_userauth_request() {
|
|||||||
AUTH_METHOD_NONE_LEN) == 0) {
|
AUTH_METHOD_NONE_LEN) == 0) {
|
||||||
TRACE(("recv_msg_userauth_request: 'none' request"))
|
TRACE(("recv_msg_userauth_request: 'none' request"))
|
||||||
#ifdef ALLOW_BLANK_PASSWORD
|
#ifdef ALLOW_BLANK_PASSWORD
|
||||||
TRACE(("pw_passwd '%s'", ses.authstate.pw_passwd))
|
|
||||||
if (!svr_opts.noauthpass
|
if (!svr_opts.noauthpass
|
||||||
&& !(svr_opts.norootpass && ses.authstate.pw_uid == 0)
|
&& !(svr_opts.norootpass && ses.authstate.pw_uid == 0)
|
||||||
&& ses.authstate.pw_passwd[0] == '\0')
|
&& ses.authstate.pw_passwd[0] == '\0')
|
||||||
|
Loading…
Reference in New Issue
Block a user