Sun Java System Directory Servers support Virtual List View (VLV), a method for delivering search results in a certain order or in certain subsets. This method differs from Simple Paged Results, which CA Identity Manager expects.
To use VLV, you set permissions and create indexes. CA Identity Manager includes the following files that you need to configure paging support:
These files are included as part of the NeteAuto sample in samples\NeteAuto in the Administrative Tools.
The Administrative Tools are installed in the following default locations:
Windows: C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager
UNIX: /opt/CA/IdentityManager/IAM_Suite/Identity_Manager
To configure Sun Java System Directory Server to support paging:
minsortrules="1"
Note: If you are modifying an existing Identity Manager directory, see How to Update an Identity Manager Directory.
ldapmodify -D "cn=Directory Manager" -w password -p port -f vlvcntrl.ldif
ldapmodify -D "cn=Directory Manager" -w password -p port -f vlvindex.ldif
stop-slapd
start-slapd
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |