Bug 213301 - RFE: eliminate the use of char *dn in favor of Slapi_DN *dn
Summary: RFE: eliminate the use of char *dn in favor of Slapi_DN *dn
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Directory Server
Version: 1.0.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Noriko Hosoi
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 389_1.3.0 690319 781543
TreeView+ depends on / blocked
 
Reported: 2006-10-31 18:29 UTC by Noriko Hosoi
Modified: 2015-12-10 18:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 781543 (view as bug list)
Environment:
Last Closed: 2015-12-10 18:37:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Noriko Hosoi 2006-10-31 18:29:46 UTC
Description of problem:
Bugzilla Bug 199923: subtree search fails to find items under a db containing
special characters
(In reply to comment #11)
> That's what Slapi_DN is supposed to do - normalize once, and be able to get
> normalized and "raw" DN where needed.  We should use Slapi_DN as much as
> possible.  We might want to schedule some time to do some much needed API
> revisions to eliminate the use of char *dn in favor of Slapi_DN *dn.  But not
> for 7.2.

In one operation, substr_dn_normalize could be called multiple times against the
same dn).  We should avoid it.

Comment 1 Rich Megginson 2011-08-29 16:43:15 UTC
performance related work

Comment 2 Martin Kosek 2012-01-04 13:48:08 UTC
Upstream ticket:
https://fedorahosted.org/389/ticket/139


Note You need to log in before you can comment on or make changes to this bug.