← Todos os guias
FreeIPA
FreeIPA bundles LDAP, Kerberos, DNS, and a certificate authority into a single integrated identity management domain controller for Linux environments.
Este guia foi elaborado a partir da documentação oficial do FreeIPA, ligada acima — verifique sempre lá os nomes exatos dos pacotes/versões antes de executar estes comandos num servidor de produção, uma vez que as versões da distribuição e do projeto mudam com o tempo.
1Install the FreeIPA server package
dnf install freeipa-serverAdd 'dnf install freeipa-server-dns' as well if you want FreeIPA to also run integrated DNS.
2Run the interactive server installer
ipa-server-installRequires a static hostname/working DNS resolution beforehand and at least ~1.2GB RAM (2GB recommended). See 'man ipa-server-install' for non-interactive flags.
3Open firewall ports
firewall-cmd --add-service=freeipa-ldap --add-service=freeipa-ldapsfirewall-cmd --add-service=freeipa-ldap --add-service=freeipa-ldaps --permanent