SELinux example to allow LDAP

This commit is contained in:
Carla Schroder 2015-03-30 15:16:56 -07:00
parent 731aa75779
commit 2734ef0a28

View File

@ -39,4 +39,12 @@ Allow access to a remote database
An additional setting is needed if your installation is connecting to a remote database::
setsebool -P httpd_can_network_connect_db on
setsebool -P httpd_can_network_connect_db on
Allow access to LDAP server
---------------------------
Use this setting to allow LDAP connections::
setsebool -P httpd_can_connect_ldap on