From 98abf71ff525711bda177b4b8b64f0f43d872891 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 12 Apr 2008 18:30:14 +0200 Subject: Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION. Guenther (This used to be commit eefd03d39b107598e9b0d1f35def7b17073d8ebc) --- source3/include/doserr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/doserr.h') 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) -- cgit