r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared
authorSimo Sorce <idra@samba.org>
Sat, 16 Jul 2005 18:16:32 +0000 (18:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:33 +0000 (13:29 -0500)
commitcb2c43f7b032c26adf82f3ba7d6e3dc855f89fa4
tree653e4ff22e4f0a424381675f9acc242c5bea9a2d
parentb86111fe83f531629c0d76584ea7217ac6fbffef
r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared
on a content level not ona form level, his means that the 2 DNs:
a) cn= user, dc=this, dc = is,dc=test
b) cn=user,dc=this,dc=is,dc=test
are now identical even if the string form differ (spaces)
(This used to be commit 76d496c30867ae80434483a34b0d842523aed762)
source4/lib/ldb/common/ldb_dn.c
source4/lib/ldb/common/ldb_utf8.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/tools/ldbedit.c
source4/lib/ldb/tools/ldbsearch.c