On Sun, Oct 7, 2018 at 5:34 PM Peter Howard <[email protected]> wrote:
>
> In the end it was SELinux . . . The various guides out there refer to the 
> settings that are always needed:
>
> setsebool -P httpd_can_sendmail 1 setsebool -P httpd_can_network_memcache 1
> setsebool -P httpd_can_network_connect_db 1 setsebool -P httpd_unified 1
>
> However for LDAP/AD authentication you also need
>
> setsebool -P httpd_can_connect_ldap 1
>
> Once I'd worked out that no request was actually leaving the machine it was 
> easy enough to work back to the problem.  Note to self for future reference: 
> "getsebool -a" is your friend.
>
>

Thanks for catching that, Peter. Looks like I missed that one on
https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/

I've just sent a review request at
https://reviews.reviewboard.org/r/10201/ to get that boolean added to
the official documentation.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to