From 91e4f9f6d85eadf10130b21c8ca341d0ddd5094c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Jul 2006 16:42:09 +0000 Subject: r16801: Adding WERR_DS_DRA_ACCESS_DENIED. Guenther (This used to be commit 075242b97614202ee265577c9e5dd499e56bd768) --- source4/libcli/util/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/util/doserr.h') diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h index 601320f6fe..70442056e3 100644 --- a/source4/libcli/util/doserr.h +++ b/source4/libcli/util/doserr.h @@ -260,6 +260,7 @@ #define WERR_DS_SINGLE_VALUE_CONSTRAINT W_ERROR(0x00002081) #define WERR_DS_DRA_DB_ERROR W_ERROR(0x00002103) #define WERR_DS_DRA_NO_REPLICA W_ERROR(0x00002104) +#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) -- cgit