MirrorNest
← すべてのガイド

FreeIPA

FreeIPA bundles LDAP, Kerberos, DNS, and a certificate authority into a single integrated identity management domain controller for Linux environments.

対象: Fedora / RHEL / CentOS StreamIdentity Management公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるFreeIPA公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  1. 1Install the FreeIPA server package

    dnf install freeipa-server

    Add 'dnf install freeipa-server-dns' as well if you want FreeIPA to also run integrated DNS.

  2. 2Run the interactive server installer

    ipa-server-install

    Requires a static hostname/working DNS resolution beforehand and at least ~1.2GB RAM (2GB recommended). See 'man ipa-server-install' for non-interactive flags.

  3. 3Open firewall ports

    firewall-cmd --add-service=freeipa-ldap --add-service=freeipa-ldaps
    firewall-cmd --add-service=freeipa-ldap --add-service=freeipa-ldaps --permanent