summaryrefslogtreecommitdiffstats
path: root/ldap/admin
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-03-08 12:36:56 -0700
committerRich Megginson <rmeggins@redhat.com>2010-03-08 14:43:13 -0700
commit4845ffc48517bd2c938129a40c4e4f29c1efcc5a (patch)
tree3ee61ea9e4bbe4bb6012625d1f55383b5baf79ba /ldap/admin
parent7c3866de8c4983bf31ec9b8afca4f6c36f7053c8 (diff)
downloadds-4845ffc48517bd2c938129a40c4e4f29c1efcc5a.tar.gz
ds-4845ffc48517bd2c938129a40c4e4f29c1efcc5a.tar.xz
ds-4845ffc48517bd2c938129a40c4e4f29c1efcc5a.zip
Bug 571514 - upgrade to 1.2.6 should upgrade 05rfc4523.ldif (cert schema)
https://bugzilla.redhat.com/show_bug.cgi?id=571514 Resolves: bug 571514 Bug Description: upgrade to 1.2.6 should upgrade 05rfc4523.ldif (cert schema) Reviewed by: nhosoi (Thanks!) Branch: HEAD Fix Description: Added 05rfc4523.ldif to the list of schema to upgrade. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no
Diffstat (limited to 'ldap/admin')
-rw-r--r--ldap/admin/src/scripts/60upgradeschemafiles.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/60upgradeschemafiles.pl b/ldap/admin/src/scripts/60upgradeschemafiles.pl
index ebc71268..97d6a94e 100644
--- a/ldap/admin/src/scripts/60upgradeschemafiles.pl
+++ b/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 10presence.ldif 28pilot.ldif 30ns-common.ldif 50ns-directory.ldif 60mozilla.ldif);
+ my @toremove = qw(00core.ldif 01core389.ldif 01common.ldif 02common.ldif 05rfc2247.ldif 05rfc4523.ldif 10presence.ldif 28pilot.ldif 30ns-common.ldif 50ns-directory.ldif 60mozilla.ldif);
# these hashes will be used to check for obsolete schema
# in 99user.ldif