diff options
author | Günther Deschner <gd@samba.org> | 2006-07-04 16:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:46 -0500 |
commit | 91e4f9f6d85eadf10130b21c8ca341d0ddd5094c (patch) | |
tree | 13a7b969fb52bf00f45709257b0b37c5d27d2e32 /source4/libcli/util/doserr.h | |
parent | eda5759e4566c69f03e13137473980a10dfedde4 (diff) | |
download | samba-91e4f9f6d85eadf10130b21c8ca341d0ddd5094c.tar.gz samba-91e4f9f6d85eadf10130b21c8ca341d0ddd5094c.tar.bz2 samba-91e4f9f6d85eadf10130b21c8ca341d0ddd5094c.zip |
r16801: Adding WERR_DS_DRA_ACCESS_DENIED.
Guenther
(This used to be commit 075242b97614202ee265577c9e5dd499e56bd768)
Diffstat (limited to 'source4/libcli/util/doserr.h')
-rw-r--r-- | source4/libcli/util/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |