Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1596906

Summary: Documentation: Ceph Object Gateway with LDAP/AD Guide -- possibly missing command
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Warren <wusui>
Component: DocumentationAssignee: Jennifer Patton <jpatton>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.0CC: agunn, asriram, kdreyer, pasik, tchandra
Target Milestone: z2   
Target Release: 3.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-15 18:55:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1685931    

Description Warren 2018-06-30 04:15:10 UTC
Description of problem:

https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/ceph_object_gateway_with_ldapad_guide/rgw-ldap-config#configuring_ldaps

While following the above document, I found that I had problems with remote ldap commands until I ran the following command:

setsebool -P httpd_can_network_connect on

This happened even when running selinux in permissive mode.

I think that in section 1.4 under the heading of  "For RHEL 7, perform the following steps:" another item should be entered:

    5. Run "setsebool -P httpd_can_network_connect on" on all sites.