summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-12-28 22:51:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:30:22 -0500
commit105d18eb305197366172943c8037e27a96b24782 (patch)
treefe5fb163de046b7c70d28d0dcbc23185bfd58a4a /source4/dsdb
parenta1a6a0d52a9d6a5e14263d31cab47c2fbaefa967 (diff)
downloadsamba-105d18eb305197366172943c8037e27a96b24782.tar.gz
samba-105d18eb305197366172943c8037e27a96b24782.tar.bz2
samba-105d18eb305197366172943c8037e27a96b24782.zip
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)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/cracknames.c1
1 files changed, 1 insertions, 0 deletions
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;
}