We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ldap integration should work
ldap fails to connect when installed using install.sh because it does not set httpd_can_connect_ldap on
Need to modify install script to run "setsebool -P httpd_can_connect_ldap on"
Will modify, test and create a PR later today.
app/storage/logs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior (or desired behavior if a feature request)
ldap integration should work
Actual Behavior
ldap fails to connect when installed using install.sh because it does not set httpd_can_connect_ldap on
Need to modify install script to run "setsebool -P httpd_can_connect_ldap on"
Will modify, test and create a PR later today.
Please confirm you have done the following before posting your bug report:
Please provide answers to these questions before posting your bug report:
v3.4.0-9-g67315d8
centos 7, apache
app/storage/logs
and your webserver's logs.The text was updated successfully, but these errors were encountered: