summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-21 12:57:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:17 -0500
commit39fd6db42b4186f573ab4728509d6b8a7c8a6973 (patch)
tree3b81d4b6d51829c6942af48bc2180fa76baad5e3 /source4/libcli/util/doserr.h
parent0f2c93016d870adc4eb4e7072c05a8ef8273cb0c (diff)
downloadsamba-39fd6db42b4186f573ab4728509d6b8a7c8a6973.tar.gz
samba-39fd6db42b4186f573ab4728509d6b8a7c8a6973.tar.bz2
samba-39fd6db42b4186f573ab4728509d6b8a7c8a6973.zip
r15775: add some privilege related WERROR codes
metze (This used to be commit 4e8c9bbd768a0d3f8719d8f2005d9b1b527c44fd)
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 5b8ff1dd3d..601320f6fe 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -192,6 +192,8 @@
#define WERR_UNKNOWN_REVISION W_ERROR(1305)
#define WERR_REVISION_MISMATCH W_ERROR(1306)
#define WERR_INVALID_OWNER W_ERROR(1307)
+#define WERR_NO_SUCH_PRIVILEGE W_ERROR(1313)
+#define WERR_PRIVILEGE_NOT_HELD W_ERROR(1314)
#define WERR_NO_SUCH_USER W_ERROR(1317)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)