Red Hat Bugzilla – Bug 1290725
SimplePagedResults -- in the search error case, simple paged results slot was not released.
Last modified: 2016-02-16 05:50:30 EST
This bug has been copied from bug #1290242 and has been proposed to be backported to 7.2 z-stream (EUS).
[root@serv ~]# rpm -qa | grep 389 389-ds-base-1.3.4.0-23.el7_2.x86_64 389-ds-base-libs-1.3.4.0-23.el7_2.x86_64 Verification steps: 1. Install and configure the Directory Server WITHOUT a suffix "o=redhat"; 2. Compile paged_def.c after adjusting the Directory Manager's password and server port. Note: the suffix o=redhat should not be adjusted. https://fedorahosted.org/389/attachment/ticket/47707/paged_def.c [root@serv ~]# cc paged_def.c -o testpagedsearch -lldap 3. Run the compiled paged_def. [root@serv ~]# ./testpagedsearch 4. The access log shouldn't contain the result line with "err=32" AND a large pr_idx. E.g., > [..] conn=1 op=130870 RESULT err=32 tag=101 nentries=0 etime=0 notes=P pr_idx=43623 [root@serv ~]# grep "err=32" /var/log/dirsrv/slapd-serv/access [root@serv ~]# echo $? 1 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-0204.html