From aba8b8a50782ff310a1367c784fadcba0b9f78ad Mon Sep 17 00:00:00 2001 From: Liviu Seniuc Date: Thu, 10 Jun 2021 18:21:57 +0300 Subject: [PATCH] Update NTStatus.cs Acording to https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 STATUS_PASSWORD_MUST_CHANGE = 0xC0000224 STATUS_AUDIT_FAILED = 0xC0000244 --- SMBLibrary/Enums/NTStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMBLibrary/Enums/NTStatus.cs b/SMBLibrary/Enums/NTStatus.cs index fa4e8dd..98ffc8f 100644 --- a/SMBLibrary/Enums/NTStatus.cs +++ b/SMBLibrary/Enums/NTStatus.cs @@ -67,7 +67,7 @@ namespace SMBLibrary STATUS_INSUFF_SERVER_RESOURCES = 0xC0000205, STATUS_NOT_FOUND = 0xC0000225, STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234, - STATUS_PASSWORD_MUST_CHANGE = 0xC0000244, + STATUS_PASSWORD_MUST_CHANGE = 0xC0000224, STATUS_NOT_A_REPARSE_POINT = 0xC0000275, STATUS_INVALID_SMB = 0x00010002, // SMB1/CIFS: A corrupt or invalid SMB request was received