Hi,

On Mon, Nov 7, 2022 at 9:24 AM dweller dweller via FreeIPA-users <
[email protected]> wrote:

> I need to use recompiled with "-fno-omit-frame-pointer" version of 389ds
> server for test purposes as a part of FreeIPA. How would I approach such
> installation.
> I navigated through freeipa code on github and didn't find exactly the
> point where FreeIPA handles installation of packages (bind, 389-ds, dogtag
> etc).
> Can someone give me a hint on how to approach this?
>

FreeIPA requires installation of 389ds through the dependencies expressed
in its spec <https://pagure.io/freeipa/blob/master/f/freeipa.spec.in> file.
If you want to install a custom version of 389ds, you can update your 389ds
packages with dnf, as long as the custom version is >= the minimum version
required by IPA, and there is no need to change anything on IPA side.
For instance on fedora36, with freeipa-server 4.9.10-4:
# rpm -qa freeipa-server
freeipa-server-4.9.10-4.fc36.x86_64
# rpm -qR freeipa-server | grep 389-ds
389-ds-base >= 2.0.15-1
389-ds-base >= 2.0.15-1

freeipa 4.9.10-4 can be installed with any 389ds version >= 2.0.15-1. If
you have the rpms available in your local filesystem and their N-V-R is >=
2.0.15-1:
# dnf update /path/to/rpms/*rpm

HTH,
flo

_______________________________________________
> FreeIPA-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedorahosted.org/archives/list/[email protected]
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to