From 88f96578cde4fa0b4aa18234a5c4c2f453fcc2c8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 8 Sep 2010 17:53:47 +0200 Subject: [PATCH] s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED metze --- source4/libcli/util/errormap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c index c31419569c1..8fcf60b44e8 100644 --- a/source4/libcli/util/errormap.c +++ b/source4/libcli/util/errormap.c @@ -179,6 +179,7 @@ static const struct { during the session setup } */ {ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD}, + {ERRSRV, ERRbaduid, NT_STATUS_USER_SESSION_DELETED}, {ERRHRD, ERRgeneral, NT_STATUS_ILL_FORMED_PASSWORD}, {ERRHRD, ERRgeneral, NT_STATUS_PASSWORD_RESTRICTION}, {ERRDOS, ERRnoaccess, NT_STATUS_LOGON_FAILURE}, -- 2.11.4.GIT