summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-05 19:38:58 +0200
committerGünther Deschner <gd@samba.org>2009-05-05 21:10:02 +0200
commite7a8577df1e92982ff717a62280f86e3b0384d54 (patch)
tree59302fcb271fa9d58580bd093c3876a09ecd546c /libcli/util/werror.h
parent0ca795ef4fab1f880c2b76d7fe8f0aabb302b6e2 (diff)
downloadsamba-e7a8577df1e92982ff717a62280f86e3b0384d54.tar.gz
samba-e7a8577df1e92982ff717a62280f86e3b0384d54.tar.bz2
samba-e7a8577df1e92982ff717a62280f86e3b0384d54.zip
error-codes: add some more group specific windows error codes.
Guenther
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 2e6b696d3f..2976390ebf 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -126,6 +126,7 @@ typedef uint32_t WERROR;
#define WERR_MACHINE_LOCKED W_ERROR(1271)
#define WERR_REVISION_MISMATCH W_ERROR(1306)
#define WERR_INVALID_OWNER W_ERROR(1307)
+#define WERR_INVALID_PRIMARY_GROUP W_ERROR(1308)
#define WERR_NO_LOGON_SERVERS W_ERROR(1311)
#define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312)
#define WERR_NO_SUCH_PRIVILEGE W_ERROR(1313)
@@ -133,6 +134,7 @@ typedef uint32_t WERROR;
#define WERR_USER_ALREADY_EXISTS W_ERROR(1316)
#define WERR_NO_SUCH_USER W_ERROR(1317)
#define WERR_GROUP_EXISTS W_ERROR(1318)
+#define WERR_NO_SUCH_GROUP W_ERROR(1319)
#define WERR_MEMBER_IN_GROUP W_ERROR(1320)
#define WERR_USER_NOT_IN_GROUP W_ERROR(1321)
#define WERR_WRONG_PASSWORD W_ERROR(1323)