diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2014-05-16 14:16:27 -0400 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2014-05-22 15:15:40 -0400 |
| commit | 989e5d3c4ce2b77d8612094d6d95b59d75d04637 (patch) | |
| tree | 663678046e60f9395c0120208bae4d58c1c8c6fb | |
| parent | 8618fa8837df51938acf7cd8b02112eef51dde44 (diff) | |
| download | pki-989e5d3c4ce2b77d8612094d6d95b59d75d04637.tar.gz pki-989e5d3c4ce2b77d8612094d6d95b59d75d04637.tar.xz pki-989e5d3c4ce2b77d8612094d6d95b59d75d04637.zip | |
Fixed TPS database indexes.
The index.ldif for TPS has been fixed to remove hard-coded database
names and to add the missing the index for the description attribute.
Ticket #979
| -rw-r--r-- | base/tps-tomcat/shared/conf/index.ldif | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/base/tps-tomcat/shared/conf/index.ldif b/base/tps-tomcat/shared/conf/index.ldif index d896de394..defe17a63 100644 --- a/base/tps-tomcat/shared/conf/index.ldif +++ b/base/tps-tomcat/shared/conf/index.ldif @@ -18,7 +18,7 @@ # All rights reserved. # --- END COPYRIGHT BLOCK --- # -dn: cn=tokenUserID,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=tokenUserID,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: tokenUserID @@ -27,7 +27,7 @@ nsindextype: pres nsindextype: sub nssystemindex: false -dn: cn=tokenID,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=tokenID,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: tokenID @@ -36,7 +36,7 @@ nsindextype: pres nsindextype: sub nssystemindex: false -dn: cn=dateOfCreate,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=dateOfCreate,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: dateOfCreate @@ -45,7 +45,7 @@ nsindextype: pres nsindextype: sub nssystemindex: false -dn: cn=dateOfModify,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=dateOfModify,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: dateOfModify @@ -54,23 +54,31 @@ nsindextype: pres nsindextype: sub nssystemindex: false -dn: cn=userCertificate,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=userCertificate,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: userCertificate nsindextype: eq nssystemindex: false -dn: cn=tokenSerial,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=tokenSerial,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: tokenSerial nsindextype: eq nssystemindex: false -dn: cn=tokenKeyType,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +dn: cn=tokenKeyType,cn=index,cn={database},cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex cn: tokenKeyType nsindextype: eq nssystemindex: false + +dn: cn=description,cn=index,cn={database},cn=ldbm database, cn=plugins, cn=config +objectClass: top +objectClass: nsIndex +nsIndexType: eq +nsIndexType: pres +nsSystemIndex: false +cn: description |
