diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 16:40:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 18:15:14 +0100 |
commit | f8dacb9860dfcf1b19191ebeb4a1c0279955464f (patch) | |
tree | 6c84883dc5215ce694b3afc1c15dc82d6634a74f /source3/include | |
parent | 5470f8f638505b8dccc11ca0038632aa472608d8 (diff) | |
download | samba-f8dacb9860dfcf1b19191ebeb4a1c0279955464f.tar.gz samba-f8dacb9860dfcf1b19191ebeb4a1c0279955464f.tar.bz2 samba-f8dacb9860dfcf1b19191ebeb4a1c0279955464f.zip |
Add some more join related werror codes.
Guenther
(This used to be commit 62e7d467ab1b2f98327960eec3a3a925b2f04bda)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/doserr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 079a5664dd..08f5b3e39d 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -216,12 +216,14 @@ #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_SETUP_ALREADY_JOINED W_ERROR(2691) #define WERR_SETUP_NOT_JOINED W_ERROR(2692) #define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(2693) +#define WERR_DEFAULT_JOIN_REQUIRED W_ERROR(2694) #define WERR_DEVICE_NOT_AVAILABLE W_ERROR(4319) #define WERR_STATUS_MORE_ENTRIES W_ERROR(0x0105) |