From a9680c7b7097c6b715c57c6581d4f24a5e4ee8b8 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Sat, 21 Jan 2012 17:39:26 -0800 Subject: KRA changes for archiving and recovering symmetric keys and passphrases. Ticket #66 and #68. Add ability to archive and recover symmetric keys and passphrases using rest interface. Enhanced test client to test out new functionality. Provided support to return recovered data either wrapped by symmetric key or wrapped in PBE password based encryption blob. DRM symmetric key support cleanup changes. Consists of suggested cleanup measures based on review comments. --- pki/base/tks/shared/conf/index.ldif | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'pki/base/tks/shared/conf/index.ldif') diff --git a/pki/base/tks/shared/conf/index.ldif b/pki/base/tks/shared/conf/index.ldif index 567b707c8..184187045 100644 --- a/pki/base/tks/shared/conf/index.ldif +++ b/pki/base/tks/shared/conf/index.ldif @@ -24,6 +24,27 @@ nsIndexType: eq nsSystemIndex: false cn: publicKeyData +dn: cn=clientId,cn=index,cn={database},cn=ldbm database, cn=plugins, cn=config +objectClass: top +objectClass: nsIndex +nsIndexType: eq +nsSystemIndex: false +cn: clientId + +dn: cn=dataType,cn=index,cn={database},cn=ldbm database, cn=plugins, cn=config +objectClass: top +objectClass: nsIndex +nsIndexType: eq +nsSystemIndex: false +cn: dataType + +dn: cn=status,cn=index,cn={database},cn=ldbm database, cn=plugins, cn=config +objectClass: top +objectClass: nsIndex +nsIndexType: eq +nsSystemIndex: false +cn: status + dn: cn=description,cn=index,cn={database},cn=ldbm database, cn=plugins, cn=config objectClass: top objectClass: nsIndex -- cgit