在ubuntu上安裝freeipa伺服器

在ubuntu上安裝freeipa伺服器

如何在ubuntu 14.04安裝freeipa伺服器?在哪裡可以找到適用於 ubuntu 的 freeipa 軟體包?謝謝。

我已經嘗試過這個:

root@stage-app-40a:~#  apt-get install freeipa-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeipa-server
root@stage-app-40a:~#

我已經添加了存儲庫:

deb http://ppa.launchpad.net/freeipa/ppa/ubuntu trusty main
deb http://ppa.launchpad.net/sssd/updates/ubuntu trusty main

答案1

freeipa伺服器終於成為 16.04 LTS 版本中安裝的標準模組,無需任何額外的 PPA!

sudo apt-get install freeipa-server

答案2

看來這是一項正在進行的工作。項目頁面是這裡

您也許可以安裝可用的 debian 軟體包這裡我不會在生產機器上嘗試這個因為有一長串依賴項,其中一些可能無法解決。明智的做法是等到開發人員完成他們的工作。

相關內容