| Summary: | System ports doc should explain port usage | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Christian Heimes <cheimes> |
| Component: | doc-Linux_Domain_Identity_Management_Guide | Assignee: | Marc Muehlfeld <mmuehlfe> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Namita Soman <nsoman> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | abokovoy, apetrova, cheimes, mmuehlfe, rhel-docs |
| Target Milestone: | rc | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-10 11:54:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Christian Heimes
2016-04-12 15:36:36 UTC
Does it also make sense to mention firewalld? firewalld comes with service definitions for FreeIPA, https://github.com/t-woerner/firewalld/tree/master/config/services . Both freeipa service definitions open http, https, kerberos, kpasswd and ntp. freeipa-ldap also opens ldap while freeipa-ldaps opens ldaps. For FreeIPA with DNS, the dns service is required as well. The services files are available in RHEL and Fedora. To open the firewall ports with firewalld permanently, run: # firewall-cmd --add-service=freeipa-ldap # firewall-cmd --add-service=freeipa-ldap --permanent # firewall-cmd --add-service=freeipa-ldaps # firewall-cmd --add-service=freeipa-ldaps --permanent # firewall-cmd --add-service=dns # firewall-cmd --add-service=dns --permanent Note also that another recommended use of LDAP 389 port is with SASL GSSAPI authentication. In fact, default SSSD configuration for IPA clients is done with this method. To enforce encryption and signing of packages when using SASL GSSAPI, one needs to set defaults in ldap.conf(5) for all LDAP clients. See 'GSSAPI OPTIONS' section of ldap.conf(5) manual page. 'GSSAPI_SIGN on' / 'GSSAPI_ENCRYPT on' are the specific options to force. I added the information to the "Note" in this section. Published in an asynchronous update. |