In IT world, there are two types of errors you have to cope with: the ones you can trust, and the ones you shouldn’t.
Sometimes it’s very obvious that the returning error code is not correct. However, when you try to map a network drive using net use, and you get the following error, you wouldn’t suspect anything else than a mistyped password:
System Error 1326 has occurred
Logon failure: unknown user name or bad password.… Read the rest