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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754936 Title: freeipa client missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1754936/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs