1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r20378: add new error code that says the schema mismatches between DC's

metze
This commit is contained in:
Stefan Metzmacher
2006-12-28 12:17:01 +00:00
committed by Gerald (Jerry) Carter
parent 3c5ff4e687
commit e769029f42
2 changed files with 2 additions and 0 deletions

View File

@@ -261,6 +261,7 @@
#define WERR_DS_SERVICE_UNAVAILABLE W_ERROR(0x0000200f)
#define WERR_DS_NO_SUCH_OBJECT W_ERROR(0x00002030)
#define WERR_DS_OBJ_NOT_FOUND W_ERROR(0x0000208d)
#define WERR_DS_DRA_SCHEMA_MISMATCH W_ERROR(0x000020e2)
#define WERR_DS_DRA_INVALID_PARAMETER W_ERROR(0x000020f5)
#define WERR_DS_DRA_BAD_DN W_ERROR(0x000020f7)
#define WERR_DS_DRA_BAD_NC W_ERROR(0x000020f8)