From e380acdc1c15af63413b7ac0d27ddea513535a5d Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 9 Sep 2013 08:15:11 +0000 Subject: Fix nsslapdPlugin object class after initial replication. This is a workaround for . https://fedorahosted.org/freeipa/ticket/3915 --- install/share/Makefile.am | 1 + install/share/schema-update.ldif | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 install/share/schema-update.ldif (limited to 'install/share') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 5fff55bd1..58d568959 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -68,6 +68,7 @@ app_DATA = \ copy-schema-to-ca.py \ upload-cacert.ldif \ sasl-mapping-fallback.ldif \ + schema-update.ldif \ $(NULL) EXTRA_DIST = \ diff --git a/install/share/schema-update.ldif b/install/share/schema-update.ldif new file mode 100644 index 000000000..93ff79ebf --- /dev/null +++ b/install/share/schema-update.ldif @@ -0,0 +1,7 @@ +# FIXME: https://fedorahosted.org/389/ticket/47490 + +dn: cn=schema +changetype: modify +add: objectClasses +objectClasses: ( 2.16.840.1.113730.3.2.41 NAME 'nsslapdPlugin' DESC 'Netscape defined objectclass' SUP top MUST ( cn $ nsslapd-pluginPath $ nsslapd-pluginInitFunc $ nsslapd-pluginType $ nsslapd-pluginId $ nsslapd-pluginVersion $ nsslapd-pluginVendor $ nsslapd-pluginDescription $ nsslapd-pluginEnabled ) MAY ( nsslapd-pluginConfigArea $ nsslapd-plugin-depends-on-type ) X-ORIGIN 'Netscape Directory Server' ) +objectClasses: ( 2.16.840.1.113730.3.2.317 NAME 'nsSaslMapping' DESC 'Netscape defined objectclass' SUP top MUST ( cn $ nsSaslMapRegexString $ nsSaslMapBaseDNTemplate $ nsSaslMapFilterTemplate ) MAY ( nsSaslMapPriority ) X-ORIGIN 'Netscape Directory Server' ) -- cgit