#49577 Ticket 49447 - PBKDF2 on upgrade
Closed by spichugi. Opened by firstyear.
firstyear/389-ds-base 49447-pbkdf2-on-upgrade  into  master

Download 49577.patch

Bug Description: We changed the default password hash mech to
PBKDF2 on upgrade - but if the upgrade from 1.3.x to 1.4.x,
this new plugin object doesn't exist. This causes the server to
fail to start.

Adittionally, one could imagine an admin error could cause this
also to be omitted

Fix Description: Create and bootstrap the plugins on startup

https://pagure.io/389-ds-base/issue/49447

Author: wibrown

Review by: ???

Do you need a newline here? /n

This should be slapi_ch_free_string(), otherwise the it would be slapi_ch_free((void**)&temp)

You don't need the newline there, it works just fine.

I have changed to free_string.

I'll push again soon.

You don't need the newline there, it works just fine.
I have changed to free_string.
I'll push again soon.

Thanks, ack!

rebased onto c6d87264184efb58a89fc61b2c074f91bdd395ba

Pull-Request has been merged by firstyear

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 pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/2636

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata