Quellcode durchsuchen

Ticket 47861 - Certain schema files are not replaced during upgrade

Bug Description:  Several schema files have been updated, but the upgrade
                  process does not replace all the schema files.

Fix Description:  Add the updated schema files to the schema upgrade script.

https://fedorahosted.org/389/ticket/47861

Reviewed by: lkrispenz(Thanks!)
Mark Reynolds vor 11 Jahren
Ursprung
Commit
fe59338764
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ldap/admin/src/scripts/60upgradeschemafiles.pl

+ 1 - 1
ldap/admin/src/scripts/60upgradeschemafiles.pl

@@ -11,7 +11,7 @@ sub runinst {
 
     # these schema files are obsolete, or we want to replace
     # them with newer versions
-    my @toremove = qw(00core.ldif 01core389.ldif 01common.ldif 02common.ldif 05rfc2247.ldif 05rfc4523.ldif 05rfc4524.ldif 06inetorgperson.ldif 10presence.ldif 28pilot.ldif 30ns-common.ldif 50ns-directory.ldif 60mozilla.ldif 60pam-plugin.ldif 60sudo.ldif 60rfc3712.ldif);
+    my @toremove = qw(00core.ldif 01core389.ldif 01common.ldif 02common.ldif 05rfc2247.ldif 05rfc4523.ldif 05rfc4524.ldif 06inetorgperson.ldif 10presence.ldif 10dna-plugin.ldif 28pilot.ldif 30ns-common.ldif 50ns-mail.ldif 50ns-directory.ldif 60qmail.ldif 60radius.ldif 60mozilla.ldif 60pam-plugin.ldif 60sudo.ldif 60rfc3712.ldif 60samba3.ldif 60posix-winsync-plugin.ldif 60sabayon.ldif 60nis.ldif 60sendmail.ldif);
 
     # these hashes will be used to check for obsolete schema
     # in 99user.ldif