diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-16 06:55:40 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2005-08-16 06:55:40 +0000 |
commit | 08da139271d846a144eda858832240ff2539e7f8 (patch) | |
tree | 31676ef99e1d084ab17fc676c4c56fa371889b02 /source/lib/replace/replace.c | |
parent | fbf297b37b409c064bb7af9777445b52f4fc8c48 (diff) | |
download | samba-08da139271d846a144eda858832240ff2539e7f8.tar.gz samba-08da139271d846a144eda858832240ff2539e7f8.tar.xz samba-08da139271d846a144eda858832240ff2539e7f8.zip |
r9318: fix searches with scope ONE and SUB,
the problem was that ldb_dn_compare_base() just looked at if
both dn's mtach some how, and the following happens:
basedn: CN=bar,DC=foo,DC=com
dn: DC=foo,DC=com
and dn: DC=foo,DC=com was return as result of a sub and base search
and also the ONE search with
basedn: DC=foo,DC=com
returned this
dn: CN=bla,CN=bar,DC=foo,DC=com
metze
Diffstat (limited to 'source/lib/replace/replace.c')
0 files changed, 0 insertions, 0 deletions