From f37b7b85821c821c358bf900fd621bf9aada5c35 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 16 Dec 2006 17:21:53 +0000 Subject: r20213: add 2 error codes related to the msDs-IntId attribute metze (This used to be commit dd5df84cccd10e9880648eecbff6faf7252d5e73) --- source4/libcli/util/doserr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/libcli/util/doserr.h') diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h index 18b66065e2..0cf53c1cf2 100644 --- a/source4/libcli/util/doserr.h +++ b/source4/libcli/util/doserr.h @@ -272,6 +272,8 @@ #define WERR_DS_DRA_ACCESS_DENIED W_ERROR(0x00002105) #define WERR_DS_DNS_LOOKUP_FAILURE W_ERROR(0x0000214c) #define WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX W_ERROR(0x00002150) +#define WERR_DS_NO_MSDS_INTID W_ERROR(0x00002194) +#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195) /* SEC errors */ #define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331) -- cgit