abbra / freeipa

Mirror of FreeIPA, an integrated security information management solution
http://www.freeipa.org
GNU General Public License v3.0
2 stars 1 forks source link

Does not work on fedora 36 #93

Closed alealexpro100 closed 2 years ago

alealexpro100 commented 2 years ago

I managed to install freeipa server from CORP repo abbra/gc-wip, but when I run ipa-server-install -a Password123 -p Password123 --domain=ipadomain.ipa --realm=IPADOMAIN.IPA --setup-dns --no-forwarders -U it fails on [16/41]: creating indices with [error] KeyError: 'REALM'.

I somehow bypassed it by editing 237th line in file /usr/lib/python3.10/site-packages/ipaserver/install/ldapupdate.py by replacing self.sub_dict["REALM"] with api.env.realm but it doesn't look like it's good idea.

Log of installation: ipaserver-install.log.

abbra commented 2 years ago

I pushed an update that rebases on top of FreeIPA master and fixes this problem as well, the build is ongoing. Thank you for the report.

alealexpro100 commented 2 years ago

Checked. Not is it working. Thank you.