summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-16 17:21:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:23 -0500
commitf37b7b85821c821c358bf900fd621bf9aada5c35 (patch)
tree2812ac78823e68caef7ab1b61a5f7d5f751a4147 /source4/libcli/util/doserr.h
parentba1be45aa252d3acf30e06108aad534128f4b77b (diff)
downloadsamba-f37b7b85821c821c358bf900fd621bf9aada5c35.tar.gz
samba-f37b7b85821c821c358bf900fd621bf9aada5c35.tar.bz2
samba-f37b7b85821c821c358bf900fd621bf9aada5c35.zip
r20213: add 2 error codes related to the msDs-IntId attribute
metze (This used to be commit dd5df84cccd10e9880648eecbff6faf7252d5e73)
Diffstat (limited to 'source4/libcli/util/doserr.h')
-rw-r--r--source4/libcli/util/doserr.h2
1 files changed, 2 insertions, 0 deletions
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)