r7582: Better way to have a fast path searching for a specific DN.
authorSimo Sorce <idra@samba.org>
Tue, 14 Jun 2005 19:15:17 +0000 (19:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:11 +0000 (13:18 -0500)
commit9189833a8753a723a8b8d0af9c8b096571b06a84
treed20481827bb51e1d2a6cddb2a7bcb64ff653b7a7
parent056d63c62f3793fda0d3049a2f98cef435c9003e
r7582: Better way to have a fast path searching for a specific DN.
Old way was ugly and had a bug, you couldn't add an attribute named
dn or distinguishedName and search for it, tdb would change that search in a dn search.
This makes it also possible to search by dn against an ldap server as the old method was
not supported by ldap syntaxes.

sss
(This used to be commit a614466dec2484a0d39bdfae53da822cfcf80926)
source4/dsdb/samdb/samdb.c
source4/lib/gendb.c
source4/lib/ldb/Makefile.in
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/lib/ldb/tests/start_slapd.sh
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/samr/dcesrv_samr.c
source4/rpc_server/samr/samr_password.c