diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2007-10-26 22:00:32 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2007-10-26 22:00:32 +0000 |
| commit | 3d499b357c00f1af4181d92b6c68c5abf8d3370e (patch) | |
| tree | 1005c12a144c10f65fda6873bf78df58949b9651 /ldap/admin/src | |
| parent | f469160941359093422e9bf8b35597e52c9dd081 (diff) | |
| download | ds-3d499b357c00f1af4181d92b6c68c5abf8d3370e.tar.gz ds-3d499b357c00f1af4181d92b6c68c5abf8d3370e.tar.xz ds-3d499b357c00f1af4181d92b6c68c5abf8d3370e.zip | |
Resolves: Bug 345711
Description: migration : ignore idl switch value in 6.21 and earlier
Fix Description: Fix the error message
Diffstat (limited to 'ldap/admin/src')
| -rw-r--r-- | ldap/admin/src/scripts/migrate-ds.res | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/migrate-ds.res b/ldap/admin/src/scripts/migrate-ds.res index 4051ce76..b9a95bd6 100644 --- a/ldap/admin/src/scripts/migrate-ds.res +++ b/ldap/admin/src/scripts/migrate-ds.res @@ -26,7 +26,7 @@ fixing_integer_attr_index = The index for the attribute '%s' in the database dir error_removing_index_file = Could not remove the index file '%s'. Error: %s\n\n error_recreating_index_file = Could not re-create the index file '%s'. Error: %s\n\n error_reading_dbversion = Could not read the old database version information from '%s'. Error: %s\n\n -error_database_too_old = The database at '%s' is version '%s/%s'.\ +error_database_too_old = The database at '%s' is too old to be migrated as a binary copy. You must export to LDIF.\n\n This version cannot be migrated using the database binaries. You must\ first convert the databases to LDIF format and use the cross platform\ migration procedure. This procedure is documented in the migration\ |
