diff options
Diffstat (limited to 'source4/include/doserr.h')
-rw-r--r-- | source4/include/doserr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 687bd6fdce..6d63e1a6a2 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -239,6 +239,8 @@ #define WERR_DS_SERVICE_UNAVAILABLE W_ERROR(0x0000200f) #define WERR_DS_NO_SUCH_OBJECT W_ERROR(0x00002030) #define WERR_DS_OBJ_NOT_FOUND W_ERROR(0x0000208d) +#define WERR_DS_DRA_DB_ERROR W_ERROR(0x00002103) +#define WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX W_ERROR(0x00002150) #define WERR_FOOBAR WERR_GENERAL_FAILURE |