https://issues.apache.org/bugzilla/show_bug.cgi?id=45875
Willy Weisz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #10 from Willy Weisz <[email protected]> 2010-06-08 13:21:12 EDT --- (In reply to comment #9) > The patch you proposed was particularly inefficient, and in a way that > everybody would suffer a potential performance loss to fix this bug. > > The patch referenced in comment 7 is included in 2.2.15, so, please try that. It produces only a partially correct result: the first of a repeated DN component isn't returned as component number 0 (zero) as described by the manual, but only as the component itself - e.g. OU and OU_1 are returned, but not OU_0. Even so it's not explicitly stated in the manual a mono-valued DN component should also be returned as that component with value 0, e.g. OU_0 should be returned alongside OU even if only one OU component is present in a DN - this would make the use of the feature more programming friendly. By the way, my patch may have been "particularly inefficient", but at least it produced a completely correct result according to the manual. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
