Hide Forgot
if a onelevel search is done for an unidexed attribute, the filter test is skipped and all children of the search base are returned see upstream ticket #49443
[root@qeos-38 upstream]# rpm -qa | grep 389 389-ds-base-snmp-1.3.7.5-10.el7.x86_64 389-ds-base-libs-1.3.7.5-10.el7.x86_64 389-ds-base-1.3.7.5-10.el7.x86_64 ldapadd -x -h localhost -p 389 -D "cn=Directory Manager" -w Secret123 << EOF > dn: uid=amita2,ou=Special Users,dc=example,dc=com > cn: amita2 > sn: amita2 > objectclass: top > objectclass: organizationalPerson > objectclass: inetOrgPerson > objectclass: person > uid: amita2 > description: anything > mail: amita > userpassword: Secret123 > EOF adding new entry "uid=amita2,ou=Special Users,dc=example,dc=com" [root@qeos-38 upstream]# ldapsearch -LLL -o ldif-wrap=no -h localhost -p 389 -x -D "cn=directory manager" -w Secret123 -b "ou=Special Users,dc=example,dc=com" -s sub description="Special Administrative Accounts" description dn: ou=Special Users,dc=example,dc=com description: Special Administrative Accounts [root@qeos-38 upstream]# ldapsearch -LLL -o ldif-wrap=no -h localhost -p 389 -x -D "cn=directory manager" -w Secret123 -b "ou=Special Users,dc=example,dc=com" -s one description="anything" description dn: uid=amita2,ou=Special Users,dc=example,dc=com description: anything Hence VERIFIED.
*** Bug 1514051 has been marked as a duplicate of this bug. ***
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://access.redhat.com/errata/RHBA-2018:0811