#48243 replica upgrade failed in starting dirsrv service due to upgrade scripts did not run
Closed: wontfix None Opened 8 years ago by nhosoi.

DS 1.3.3.x contains a libdes-plugin.so.
This revert password storage plugin has been removed since DS 1.3.3.7/1.3.4.0

DS 1.3.4.x does not contain libdes-plugin.so

The following entry in dse.ldif should have been removed during the upgrade:
dn: cn=DES,cn=Password Storage Schemes,cn=plugins,cn=config
objectClass: top
objectClass: nsSlapdPlugin
objectClass: extensibleObject
cn: DES
nsslapd-pluginPath: libdes-plugin
nsslapd-pluginInitfunc: des_init
nsslapd-pluginType: reverpwdstoragescheme
nsslapd-pluginEnabled: on
nsslapd-pluginarg0: nsmultiplexorcredentials
nsslapd-pluginarg1: nsds5ReplicaCredentials
nsslapd-pluginId: des-storage-scheme
nsslapd-pluginVersion: 1.3.3.a2
nsslapd-pluginVendor: 389 Project
nsslapd-pluginDescription: DES storage scheme plugin

Need to check the DS upgrade script


The upgrade script "52updateAESplugin.pl" is supposed to change the library path for the DES plugin

{{{
nsslapd-pluginPath: libdes-plugin

to

nsslapd-pluginPath: libpbe-plugin
}}}

Reviewed by Mark (Thank you!!)

Pushed to master:
22d315b..29c09a5 master -> master
commit 29c09a5

Pushed to 389-ds-base-1.3.4:
57c5d35..2c5e0d5 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 2c5e0d5

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.4.4

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1574

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata