<div dir="ltr">I have setup 389 Server on CentOS and configure the followings. I am able to search with &quot;Advanced Find&quot; using Address Book, but when I click on the &quot;Name only&quot; in the search option, I cannot list all users in &quot;ou=Peoples,dc=example,dc=com&quot; and I cannot use the &quot;Search People&quot; in the ribbon bar to search for users. <div>
<br></div><div><br></div><div><div># Replace ldap:///all (authentified users) by ldap:///anyone (everyone, including anonymous)</div><div># old aci: (targetattr != &quot;aci&quot;)(version 3.0; acl &quot;VLV Request Control&quot;; allow(read ,search, compare) userdn = &quot;ldap:///all&quot;;)</div>
<div>dn: oid=2.16.840.1.113730.3.4.9,cn=features,cn=config</div><div>changetype: modify</div><div>replace: aci</div><div>aci: (targetattr != &quot;aci&quot;)(version 3.0; acl &quot;VLV Request Control&quot;; allow(read,search,compare) userdn = &quot;ldap:///anyone&quot;;)</div>
<div><br></div><div># Add a special index for Outlook VLV</div><div>dn: cn=Outlook Browse,cn=userRoot,cn=ldbm database,cn=plugins,cn=config</div><div>changetype: add</div><div>cn: Outlook Browse</div><div>objectClass: top</div>
<div>objectClass: vlvsearch</div><div>aci: (targetattr != &quot;aci&quot;)(version 3.0; acl &quot;VLV Request Control&quot;; allow(read,search,compare) userdn = &quot;ldap:///anyone&quot;;)</div><div>vlvBase: ou=Users,dc=example,dc=com</div>
<div>vlvFilter: (&amp;(mail=*)(cn=*))</div><div>vlvScope: 2</div><div><br></div><div>dn: cn=Outlook Browse Index,cn=Outlook Browse,cn=userRoot,cn=ldbm database,cn=plugins,cn=config</div><div>changetype: add</div><div>cn: Outlook Browse Index</div>
<div>objectClass: top</div><div>objectClass: vlvindex</div><div>aci: (targetattr != &quot;aci&quot;)(version 3.0; acl &quot;VLV Request Control&quot;; allow(read,search,compare) userdn = &quot;ldap:///anyone&quot;;)</div>
<div>vlvEnabled: 1</div><div>vlvSort: cn</div></div><div><br></div></div>