Use the idsldapmodify command to change
the searchTimeLimit.
Procedure
- To change the
searchTimeLimit to 3000
seconds and change the searchSizeLimit to unlimited,
and also add a member (Bob Garcia), enter the following
command: idsldapmodify -D adminDN -w adminPW -i filename
Where
filename contains:
dn: cn=Search1, cn=localhost
changetype: modify
replace: ibm-searchTimeLimit
ibm-searchTimeLimit: 3000
-
replace: ibm-searchSizeLimit
ibm-searchSizeLimit: 0
-
add: member
member: cn=Bob Garcia,ou=austin,o=sample
- View the information to determine that the value is modified.