Open cherdt opened 6 years ago
Hmm, it's already there. Yet putting SELinux into permissive mode (temporarily! don't disable SELinux!) fixes the LDAP issue.
See https://www.icinga.com/docs/icingaweb2/latest/doc/90-SELinux/#selinux-optional-booleans
Ldap If you want to allow httpd to connect to the ldap port, you must turn on the httpd_can_connect_ldap boolean. Disabled by default.
sudo setsebool httpd_can_connect_ldap on
probably don't need to add this to this demo role though
Ahem:
sudo setsebool -P httpd_can_connect_ldap on
(assuming you want that setting to persist after a restart!)
I ran into this when adding LDAP authentication