Previous Topic: Specify Database Directives

Next Topic: Test the Configuration File

Support Client-Side Sorting

OpenLDAP is the only supported LDAP directory that does not support server-side sorting. Instead, OpenLDAP requires that all sorting be performed on the client side. To accomplish this, all XPS objects are retrieved at start-up using server-side paging.

To support client-side sorting, the OpenLDAP directory administrator must configure the following settings in the slapd.conf file:

To support client-side sorting

  1. Add the following lines to the slapd.conf file:
    access to *
    by users read
    by anonymous read
    access to dn.base=ACL by users read
    

    Note: For more information on how to specify the ACL, see http://www.openldap.org/doc/admin24/access-control.html.

  2. Verify that the value specified by the sizelimit directive in the slapd.conf file >= 500:
    sizelimit 500
    

    Note: The default sizelimit value is 500. For more information, see http://www.openldap.org/doc/admin24/slapdconfig.html.

  3. Add the following line to the slapd.conf file:
    allow bind_v2
    

The slapd.conf file is configured to support client-side sorting.


Copyright © 2010 CA. All rights reserved. Email CA about this topic