summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-01 17:07:33 +0200
committerGünther Deschner <gd@samba.org>2008-09-02 00:46:10 +0200
commit087a992b973466079f033c55bc5a1f522dc235fd (patch)
tree9fba8136391d6c44fe6971ad63524296f2bb0f84 /source3/libsmb
parent767130ebec474f16e951d1c450cca27e434e9b47 (diff)
downloadsamba-087a992b973466079f033c55bc5a1f522dc235fd.tar.gz
samba-087a992b973466079f033c55bc5a1f522dc235fd.tar.bz2
samba-087a992b973466079f033c55bc5a1f522dc235fd.zip
doserr: add WERR_WRONG_PASSWORD.
Guenther (This used to be commit 977fec76b77639403ba9ab7bb00c57601e23493d)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/doserr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/doserr.c b/source3/libsmb/doserr.c
index 50b5b2238c..c62918e214 100644
--- a/source3/libsmb/doserr.c
+++ b/source3/libsmb/doserr.c
@@ -91,6 +91,7 @@ werror_code_struct dos_errs[] =
{ "WERR_DEFAULT_JOIN_REQUIRED", WERR_DEFAULT_JOIN_REQUIRED },
{ "WERR_DEVICE_NOT_AVAILABLE", WERR_DEVICE_NOT_AVAILABLE },
{ "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },
+ { "WERR_WRONG_PASSWORD", WERR_WRONG_PASSWORD },
{ "WERR_PASSWORD_RESTRICTION", WERR_PASSWORD_RESTRICTION },
{ "WERR_NO_SUCH_DOMAIN", WERR_NO_SUCH_DOMAIN },
{ "WERR_NONE_MAPPED", WERR_NONE_MAPPED },
@@ -150,6 +151,7 @@ werror_str_struct dos_err_strs[] = {
{ WERR_GROUP_EXISTS, "Group already exists" },
{ WERR_DS_DRA_BAD_DN, "An invalid distinguished name was specified for this replication" },
{ WERR_DS_DRA_BAD_NC, "An invalid naming context was specified for this replication operation" },
+ { WERR_WRONG_PASSWORD, "The current password is incorrect" }
};
/*****************************************************************************