diff options
author | Michael Adam <obnox@samba.org> | 2008-01-18 01:04:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-18 01:10:55 +0100 |
commit | 80d7cccfe7d6179da75c00481f2116dae6755682 (patch) | |
tree | d6858473f382965c01f26d79160d60c4a3317781 /source3/include | |
parent | add597f77c245807905f62b81cad52b03d7a7c74 (diff) | |
download | samba-80d7cccfe7d6179da75c00481f2116dae6755682.tar.gz samba-80d7cccfe7d6179da75c00481f2116dae6755682.tar.bz2 samba-80d7cccfe7d6179da75c00481f2116dae6755682.zip |
Add and correct some WERROR codes.
Michael
(This used to be commit 7aec862ddc2aa2b5152c3a452971e55ba43646a5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/doserr.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 08f5b3e39d..546d06926a 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -213,12 +213,17 @@ #define WERR_SERVER_UNAVAILABLE W_ERROR(1722) #define WERR_INVALID_FORM_NAME W_ERROR(1902) #define WERR_INVALID_FORM_SIZE W_ERROR(1903) +#define WERR_PASSWORD_MUST_CHANGE W_ERROR(1907) +#define WERR_DOMAIN_CONTROLLER_NOT_FOUND W_ERROR(1908) +#define WERR_ACCOUNT_LOCKED_OUT W_ERROR(1909) + +/* should these go down to NERR_BASE ? */ #define WERR_BUF_TOO_SMALL W_ERROR(2123) #define WERR_JOB_NOT_FOUND W_ERROR(2151) #define WERR_DEST_NOT_FOUND W_ERROR(2152) #define WERR_USER_EXISTS W_ERROR(2224) #define WERR_NOT_LOCAL_DOMAIN W_ERROR(2320) -#define WERR_DOMAIN_CONTROLLER_NOT_FOUND W_ERROR(2453) +#define WERR_DC_NOT_FOUND W_ERROR(2453) #define WERR_SETUP_ALREADY_JOINED W_ERROR(2691) #define WERR_SETUP_NOT_JOINED W_ERROR(2692) |