From 105d18eb305197366172943c8037e27a96b24782 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 28 Dec 2006 22:51:56 +0000 Subject: r20395: Decode more unknowns in the IDL. These are language and codepage IDs! Try to pass more of the CrackNames test. Make the test quieter. Andrew Bartlett (This used to be commit a6bbfebf52f53f99b0edf52d3c23b72785b97469) --- source4/dsdb/samdb/cracknames.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/cracknames.c b/source4/dsdb/samdb/cracknames.c index 991ccfca03..28c9890db5 100644 --- a/source4/dsdb/samdb/cracknames.c +++ b/source4/dsdb/samdb/cracknames.c @@ -863,6 +863,7 @@ static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ return WERR_OK; } default: + info1->status = DRSUAPI_DS_NAME_STATUS_NO_MAPPING; return WERR_OK; } -- cgit