From ddce3b5ac8a5d308c276f05750ee111b8e429e46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 Jun 2009 12:22:53 +1000 Subject: two more NT status codes that we get on DRS with w2k8-R2 --- libcli/util/ntstatus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcli/util') diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h index dc1fcc41a4..5f05f9a6ac 100644 --- a/libcli/util/ntstatus.h +++ b/libcli/util/ntstatus.h @@ -606,7 +606,8 @@ typedef uint32_t NTSTATUS; #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004) #define NT_STATUS_RPC_UNSUPPORTED_NAME_SYNTAX NT_STATUS(0xC0000000 | 0x20026) #define NT_STATUS_RPC_NT_CALL_FAILED NT_STATUS(0xC0000000 | 0x2001B) - +#define NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS NT_STATUS(0xC0000000 | 0x2071) +#define NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION NT_STATUS(0xC0000000 | 0x00002177) /* I use NT_STATUS_FOOBAR when I have no idea what error code to use - * this means we need a torture test */ -- cgit