Skip to content

Instantly share code, notes, and snippets.

@aliemre
Created April 26, 2020 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliemre/ae5be03a1a2bd475173656750c99e23a to your computer and use it in GitHub Desktop.
Save aliemre/ae5be03a1a2bd475173656750c99e23a to your computer and use it in GitHub Desktop.
SELinux doesn't allow your httpd daemon to talk to the LDAP server on the same machine. You need to be able to authenticate against LDAP.
setsebool -P httpd_can_network_connect on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment