Browse Source

Ticket 47565 - Content Sync update file needs extensibleObject

The Content Sync Plug-in update file will cause a schema violation
that causes dse.ldif to fail to load after upgrading an older DS
instance.  The problem is that the nsslapd-depends-on-name attribute
is used, but the extensibleObject objectclass is not present for
the config entry.  This is required since nsslapd-depends-on-named
is not really defined in the schema like a normal attribute.
Nathan Kinder 12 years ago
parent
commit
bf1203a091
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldap/admin/src/scripts/50contentsync.ldif

+ 1 - 0
ldap/admin/src/scripts/50contentsync.ldif

@@ -1,6 +1,7 @@
 dn: cn=Content Synchronization,cn=plugins,cn=config
 objectclass: top
 objectclass: nsSlapdPlugin
+objectclass: extensibleObject
 cn: Content Synchronization
 nsslapd-pluginpath: libcontentsync-plugin
 nsslapd-plugininitfunc: sync_init