diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-09-08 17:53:47 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-09-10 17:21:31 +0200 |
commit | 88f96578cde4fa0b4aa18234a5c4c2f453fcc2c8 (patch) | |
tree | f467f7489a6f817abe8bd9e2d4fb8d75a5565c16 /source4/libcli | |
parent | 0ad2890c4e5a0249d45440f66b0ceae33c832328 (diff) | |
download | samba-88f96578cde4fa0b4aa18234a5c4c2f453fcc2c8.tar.gz samba-88f96578cde4fa0b4aa18234a5c4c2f453fcc2c8.tar.bz2 samba-88f96578cde4fa0b4aa18234a5c4c2f453fcc2c8.zip |
s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/errormap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c index c31419569c..8fcf60b44e 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}, |