summaryrefslogtreecommitdiffstats
path: root/base/ca/shared/conf/indextasks.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Store issuer DN in certificate recordsFraser Tweedale2015-10-211-0/+1
| | | | | | | | Lightweight CAs mean that we may wish to filter certificates based on the issuer. Update X509CertImplMapper to store the issuer DN in each certificate record, using exiting schema. Also add indices for the 'issuerName' LDAP attribute.
* Add code to reindex data during cloning without replicationAde Lee2015-07-311-0/+31
When setting up a clone, indexes are added before the replication agreements are set up and the consumer is initialized. Thus, as data is replicated and added to the clone db, the data is indexed. When cloning is done with the replication agreements already set up and the data replicated, the existing data is not indexed and cannot be accessed in searches. The data needs to be reindexed. Related to ticket 1414