Active Directory supports 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 IdentityMinder expects.
To use VLV, you set permissions and create indexes. CA IdentityMinder includes the following files that you must 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
Follow these steps:
minsortrules="1"
Note: If you are modifying an existing CA IdentityMinder directory, see How to Update a CA IdentityMinder 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 © 2013 CA.
All rights reserved.
|
|