Difference between revisions of "Firewall configuration for OpenLDAP"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>OpenLDAP|OpenLDAP</yambe:breadcrumb> =Firewall configuration for OpenLDAP= ==CentOS 7 firewall configuration for OpenLDAP== <pre> firewall-cmd --per...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[LDAP servers]] > [[OpenLDAP]] > [[Firewall configuration for OpenLDAP]] | |||
=CentOS 7 firewall configuration for OpenLDAP= | |||
<pre> | <pre> | ||
Line 10: | Line 9: | ||
</pre> | </pre> | ||
Add --zone=internal, if zones are being used | Add --zone=internal, if zones are being used | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[LDAP servers]] > [[OpenLDAP]] > [[Firewall configuration for OpenLDAP]] |
Latest revision as of 15:22, 13 March 2022
Home > CentOS > CentOS 6.x > LDAP servers > OpenLDAP > Firewall configuration for OpenLDAP
CentOS 7 firewall configuration for OpenLDAP
firewall-cmd --permanent --add-port=389/tcp firewall-cmd --permanent --add-port=636/tcp firewall-cmd --permanent --add-port=9830/tcp
Add --zone=internal, if zones are being used
Home > CentOS > CentOS 6.x > LDAP servers > OpenLDAP > Firewall configuration for OpenLDAP