I have the same issue with "ubuntu-18.04-beta2-desktop-amd64.iso". BUT I could find a workaround which seems working currently ... at least I can log in :-)
I downloaded the necessary packages: https://launchpad.net/ubuntu/bionic/amd64/freeipa-common/4.6.3-1ubuntu1 https://launchpad.net/ubuntu/bionic/amd64/python-ipalib/4.6.3-1ubuntu1 https://launchpad.net/ubuntu/bionic/amd64/python-ipaclient/4.6.3-1ubuntu1 https://launchpad.net/ubuntu/bionic/amd64/freeipa-client/4.6.3-1ubuntu1 And did the installation in the following order: sudo apt-get install ntp sudo apt-get install certmonger curl sudo apt-get install ./freeipa-common_4.6.3-1ubuntu1_all.deb sudo apt-get install ./python-ipalib_4.6.3-1ubuntu1_all.deb sudo apt-get install ./python-ipaclient_4.6.3-1ubuntu1_all.deb sudo apt-get install certmonger sudo apt-get install libxmlrpc-core-c3 sudo apt-get install ./freeipa-client_4.6.3-1ubuntu1_amd64.deb Then I configured NTP to synch with the NTP running on my server. AND LAST BUT NOT LEAST TO LOG IN I DID THE FOLLOWING: sudo vi /etc/pam.d/common-session ... session required pam_permit.so session required pam_mkhomedir.so skel=/etc/skel/ ... The first line "session required pam_permit.so" already exists, important is here to add just below the following entry: "session required pam_mkhomedir.so skel=/etc/skel/" -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1754936 Title: freeipa client missing Status in freeipa package in Ubuntu: Confirmed Bug description: Cant`find freeipa packages in repository root@user-VirtualBox:~# apt install freeipa-client Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package freeipa-client To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1754936/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~freeipa Post to : freeipa@lists.launchpad.net Unsubscribe : https://launchpad.net/~freeipa More help : https://help.launchpad.net/ListHelp