[Fedora-directory-commits] ldapserver/ldap/ldif template-suffix-db.ldif.in, 1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Oct 19 03:17:58 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/ldif
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13517/ldapserver/ldap/ldif

Modified Files:
	template-suffix-db.ldif.in 
Log Message:
Resolves: bug 339041
Bug Description: migration : encryption key entries missing when source is 6.21
Reviewed by: self
Fix Description: Just always create those entries when creating the backend.  The server does this at startup, but I guess for this case that occurs too late in the startup process.
Platforms tested: RHEL5 x86_64
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: template-suffix-db.ldif.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/ldif/template-suffix-db.ldif.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- template-suffix-db.ldif.in	19 Jun 2007 18:24:57 -0000	1.1
+++ template-suffix-db.ldif.in	19 Oct 2007 03:17:56 -0000	1.2
@@ -7,6 +7,16 @@
 nsslapd-suffix: %ds_suffix%
 cn: %ds_bename%
 
+dn: cn=encrypted attribute keys,cn=%ds_bename%,cn=ldbm database,cn=plugins,cn=config
+objectClass: top
+objectClass: extensibleObject
+cn: encrypted attributes keys
+
+dn: cn=encrypted attributes,cn=%ds_bename%,cn=ldbm database,cn=plugins,cn=config
+objectClass: top
+objectClass: extensibleObject
+cn: encrypted attributes
+
 dn: cn="%ds_suffix%",cn=mapping tree,cn=config
 objectclass: top
 objectclass: extensibleObject




More information about the Fedora-directory-commits mailing list