diff options
Diffstat (limited to 'source3/auth/auth_server.c')
-rw-r--r-- | source3/auth/auth_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index da380db01a..d50ed7a024 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -350,7 +350,7 @@ static NTSTATUS check_smbserver_security(const struct auth_context *auth_context */ tested_password_server = True; - if ((SVAL(cli->inbuf,smb_vwv2) & 1) == 0) { + if (!cli->is_guestlogin) { DEBUG(0,("server_validate: password server %s allows users as non-guest \ with a bad password.\n", cli->desthost)); DEBUG(0,("server_validate: This is broken (and insecure) behaviour. Please do not \ |