Bug 213301

Summary: RFE: eliminate the use of char *dn in favor of Slapi_DN *dn
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: Directory ServerAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.2CC: rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 781543 (view as bug list) Environment:
Last Closed: 2015-12-10 18:37:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 495079, 690319, 781543    

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