summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-12 18:30:14 +0200
committerGünther Deschner <gd@samba.org>2008-04-12 18:30:14 +0200
commit98abf71ff525711bda177b4b8b64f0f43d872891 (patch)
tree8404190654c09a2a1eb93f1db6c627775b21976d /source3/include/doserr.h
parent293831563330b78ee4bdd463c37b7be21a4ebedc (diff)
downloadsamba-98abf71ff525711bda177b4b8b64f0f43d872891.tar.gz
samba-98abf71ff525711bda177b4b8b64f0f43d872891.tar.bz2
samba-98abf71ff525711bda177b4b8b64f0f43d872891.zip
Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.
Guenther (This used to be commit eefd03d39b107598e9b0d1f35def7b17073d8ebc)
Diffstat (limited to 'source3/include/doserr.h')
-rw-r--r--source3/include/doserr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index d4bd927fa7..1d1cc49051 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -206,6 +206,8 @@
#define WERR_MACHINE_LOCKED W_ERROR(1271)
#define WERR_NO_LOGON_SERVERS W_ERROR(1311)
#define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312)
+#define WERR_USER_ALREADY_EXISTS W_ERROR(1316)
+#define WERR_PASSWORD_RESTRICTION W_ERROR(1325)
#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)