Red Hat Bugzilla – Bug 1371283
Server Side Sorting crashes the server.
Last modified: 2016-11-03 16:45:25 EDT
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/48970 Valgrind output against this command line is attached. $ ldapsearch [...] -b "dc=example,dc=com" -E sss=title:2.16.840.1.113730.3.3.2.28.1.6 '(title=*)' title Note: the title is indexed with a locale 2.16.840.1.113730.3.3.2.28.1, which may or may not be a condition to cause this error. dn: cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: title nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub nsMatchingRule: 2.16.840.1.113730.3.3.2.28.1
Fixed upstream
Build tested: 389-ds-base-1.3.5.10-10.el7.x86_64 [1] Added index dn: cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: title nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub nsMatchingRule: 2.16.840.1.113730.3.3.2.28.1 [2] Added test entries with title attribute [3] ldapsearch doesn't crash the server: # ldapsearch -xLLL -D "cn=Directory Manager" -w Secret123 -b dc=example,dc=com -E sss=title:2.16.840.1.113730.3.3.2.28.1.6 '(title=*)' title dn: cn=test2,ou=People,dc=example,dc=com title: test2 dn: cn=test,ou=People,dc=example,dc=com title: test # sortResult: (0) Success Marking as VERIFIED.
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. https://rhn.redhat.com/errata/RHSA-2016-2594.html