diff options
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/Makefile.am | 1 | ||||
-rw-r--r-- | install/share/schema-update.ldif | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 5fff55bd..58d56895 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 00000000..93ff79eb --- /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' ) |