summaryrefslogtreecommitdiff
path: root/source3/include
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/include
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/include')
-rw-r--r--source3/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index 9dd20e87e7..c901df28e4 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -214,6 +214,7 @@
#define WERR_GROUP_EXISTS W_ERROR(1318)
#define WERR_MEMBER_IN_GROUP W_ERROR(1320)
#define WERR_USER_NOT_IN_GROUP W_ERROR(1321)
+#define WERR_WRONG_PASSWORD W_ERROR(1323)
#define WERR_PASSWORD_RESTRICTION W_ERROR(1325)
#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)