Red Hat Bugzilla – Bug 958522
loading an entry from the database should use str2entry_fast
Last modified: 2013-11-21 16:07:31 EST
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/531 When loading an entry from the backend it is known to be well formed and str2entry_fast() could be used, but always str2entry_dupcheck() is called. The reason is that id2entry() sets the flag SLAPI_STR2ENTRY_NO_ENTRYDN and this flag is not contained in the set of flags known to be handled by str2entry_fast() although it does have code for this flag
Sanity only verification. Marking the bug as Verified since no regressions found.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1653.html