You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sspi): only add password and domain if they are provided
Users on windows may want to use their local account for
authentication, bypassing the need to send a password. In these
cases the password must be null, but we were sending a single
byte, null-terminated string here because of the use of
`std::string`.
NODE-1479
0 commit comments