Hide Forgot
[root@spider ~]# rpm -qa | grep 389 389-ds-base-libs-1.2.11.15-85.el6.x86_64 389-ds-base-1.2.11.15-85.el6.x86_64 Added index [root@spider yum.repos.d]# ldapadd -x -h localhost -p 389 -D "cn=Directory Manager" -w Secret123 << EOF > 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 > EOF adding new entry "cn=title,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config" [root@spider yum.repos.d]# ldapadd -x -h localhost -p 389 -D "cn=Directory Manager" -w Secret123 << EOF > dn: uid=amita2,dc=example,dc=com > cn: amita2 > sn: amita2 > givenname: amita2 > objectclass: top > objectclass: person > objectclass: organizationalPerson > objectclass: inetOrgPerson > uid: amita2 > mail: amita2 > userpassword: Secret123 > title: Mrs > EOF adding new entry "uid=amita2,dc=example,dc=com" [root@spider yum.repos.d]# 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: uid=amita2,dc=example,dc=com title: Mrs [root@spider yum.repos.d]# ps -aef | grep slapd nobody 8712 1 0 01:31 ? 00:00:01 ./ns-slapd -D /etc/dirsrv/slapd-spider -i /var/run/dirsrv/slapd-spider.pid -w /var/run/dirsrv/slapd-spider.startpid No Crash found, hence 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/RHBA-2017-0667.html