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 1596907

Summary: Doc: CONFIGURING LDAP AND CEPH OBJECT GATEWAY -- ldaps not set in SLAPD_URLS
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: Erin Donnelly <edonnell>
Priority: unspecified    
Version: 3.0CC: asriram, edonnell, 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 19:00:29 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:26:34 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

This doc claims to describe how to install ldaps but still does not mention that one needs to set the ldaps value in the running slapd process.

In Section 1.4, there is some vague text about bringing up an LDAP server at the very first paragraph.  After the first paragraph, it might make sense to
include the following text:

After slapd is started on the ldap server, run ps aux | grep slapd and view the slapd line.  If it does not contain the text "ldaps:///" then do the following:
     1. Edit /etc/sysconfig/slapd, and change the line that reads:

SLAPD_URLS="ldapi:/// ldap:///"

        to instead read:

SLAPD_URLS="ldapi:/// ldap:/// ldaps:///"

     2.  Restart the slapd service.