Skip to content

Commit 9c43485

Browse files
committed
Add NT_STATUS_ACCOUNT_LOCKED_OUT
1 parent 2e0bca8 commit 9c43485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
# common errors. For very specific status errors, please don't handle them here but
226226
# in the corresponding enumeration class/function.
227227
NT_STATUS_COMMON_ERRORS = [
228+
"STATUS_ACCOUNT_LOCKED_OUT",
228229
"STATUS_NO_LOGON_SERVERS",
229230
"STATUS_ACCESS_DENIED",
230231
"STATUS_LOGON_FAILURE",

0 commit comments

Comments
 (0)