diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-10-19 03:17:56 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-10-19 03:17:56 +0000 |
commit | ec4ba307c7800ed96a623baa042f207ff0c78b11 (patch) | |
tree | 4a59ef33d69bb67a0155517b80f41557d16fc06a /ldap/ldif | |
parent | eb75ae358f49f93ffdeb7a66609d332d754ac13a (diff) | |
download | ds-ec4ba307c7800ed96a623baa042f207ff0c78b11.tar.gz ds-ec4ba307c7800ed96a623baa042f207ff0c78b11.tar.xz ds-ec4ba307c7800ed96a623baa042f207ff0c78b11.zip |
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
Diffstat (limited to 'ldap/ldif')
-rw-r--r-- | ldap/ldif/template-suffix-db.ldif.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ldap/ldif/template-suffix-db.ldif.in b/ldap/ldif/template-suffix-db.ldif.in index f30ab8ce..1b978266 100644 --- a/ldap/ldif/template-suffix-db.ldif.in +++ b/ldap/ldif/template-suffix-db.ldif.in @@ -7,6 +7,16 @@ objectclass: nsBackendInstance 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 |