Bug description: Enable TLS method fails on newer Fedora systems.
It complains that cacertdir_rehash tool is not found.
Fix description: The reason is that authconfig was replaced with
authselect package. Authconfig shipped a tool called cacertdir_rehash.
We need to switch to native openssl command: openssl rehash
that serves the same purpose.
We also have it on RHEL7 so we don't need to perform any additional actions.
Also we can remove authconfig from 389-ds-base.spec.in because 'cacertdir_rehash'
was the only reason why we had the dependency.
Bug description: Enable TLS method fails on newer Fedora systems.
It complains that cacertdir_rehash tool is not found.
Fix description: The reason is that authconfig was replaced with
authselect package. Authconfig shipped a tool called cacertdir_rehash.
We need to switch to native openssl command: openssl rehash
that serves the same purpose.
We also have it on RHEL7 so we don't need to perform any additional actions.
Also we can remove authconfig from 389-ds-base.spec.in because 'cacertdir_rehash'
was the only reason why we had the dependency.
https://pagure.io/389-ds-base/issue/49538
Reviewed by: ?