summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-02-19 09:36:56 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-02-19 09:36:56 +1100
commit0fbf1de763ed0a90fb9e73c563cf7025c4bffb62 (patch)
tree42820fd7ccf9f2dd3182317dd08f3437f4f84fcc /source4/dsdb
parent0e03c3aa892439bb5567b0129a40b267ecb6cee5 (diff)
downloadsamba-0fbf1de763ed0a90fb9e73c563cf7025c4bffb62.tar.gz
samba-0fbf1de763ed0a90fb9e73c563cf7025c4bffb62.tar.bz2
samba-0fbf1de763ed0a90fb9e73c563cf7025c4bffb62.zip
Explain that these OIDs are DNs
Andrew Bartlett (This used to be commit 69af290c91c61cdaf821750d0d2dddf9cb1b8255)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/normalise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/normalise.c b/source4/dsdb/samdb/ldb_modules/normalise.c
index efc9bb29e8..7e3b63a145 100644
--- a/source4/dsdb/samdb/ldb_modules/normalise.c
+++ b/source4/dsdb/samdb/ldb_modules/normalise.c
@@ -105,6 +105,7 @@ static int normalise_search_callback(struct ldb_context *ldb, void *context, str
if (!attribute) {
continue;
}
+ /* Look to see if this attributeSyntax is a DN */
if ((strcmp(attribute->attributeSyntax_oid, "2.5.5.1") != 0) &&
(strcmp(attribute->attributeSyntax_oid, "2.5.5.7") != 0)) {
continue;