]> git.sur5r.net Git - openldap/commit
improve fix to ITS#2923; note that suffix massaging is inherently flawed, because...
authorPierangelo Masarati <ando@openldap.org>
Sat, 17 Jan 2004 12:25:46 +0000 (12:25 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 17 Jan 2004 12:25:46 +0000 (12:25 +0000)
commitd65f40205837f462be1ba51b95b425f5d4da52b5
treea9d0b2f4b803fc7b8f5536c15f0b520f5452aad7
parent2c049ebb42bff890d574e830efbb10fa18e9055e
improve fix to ITS#2923; note that suffix massaging is inherently flawed, because comperisons should always occur on Normalized DN, while massaging can also occur on Pretty DN, but there is no guarantee they have the same length or any length-based comparison can work; so in any case, we should pass the Normalized DN and, if the Pretty DN is present, massage it as well accordingly
servers/slapd/back-ldap/search.c
servers/slapd/back-ldap/suffixmassage.c