summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-16 08:53:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:38 -0500
commitb0a264f1ae1457910a66a118104d172d2e73637b (patch)
tree1aa51f42ca20d964826c0a3ef877654fe97ca63f /source4/libcli/util/doserr.h
parent2f119fc7a84835287104b377babe7a0fc7ac8427 (diff)
downloadsamba-b0a264f1ae1457910a66a118104d172d2e73637b.tar.gz
samba-b0a264f1ae1457910a66a118104d172d2e73637b.tar.bz2
samba-b0a264f1ae1457910a66a118104d172d2e73637b.zip
r17567: add error code I got from DsGetNCChanges
when I don't use the DRSUAPI_SUPPORTED_EXTENSION_STRONG_ENCRYPTION flag on DsBind metze (This used to be commit 8458ee72c5c1005ab80b9f7ea6efe617e5c76106)
Diffstat (limited to 'source4/libcli/util/doserr.h')
-rw-r--r--source4/libcli/util/doserr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index 386735617a..32807da47c 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -265,6 +265,9 @@
#define WERR_DS_DNS_LOOKUP_FAILURE W_ERROR(0x0000214c)
#define WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX W_ERROR(0x00002150)
+/* SEC errors */
+#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
+
#define WERR_FOOBAR WERR_GENERAL_FAILURE
#endif /* _DOSERR_H */