Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 859470 - add comments to /etc/katello/katello.yml to help users setup LDAP
Summary: add comments to /etc/katello/katello.yml to help users setup LDAP
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Content Management
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Jordan OMara
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-21 15:55 UTC by Aaron Weitekamp
Modified: 2014-11-09 22:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-18 17:37:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Aaron Weitekamp 2012-09-21 15:55:07 UTC
Description of problem:
Product documentation[1] explains how to edit /etc/katello/katello.yml for LDAP support but there are no comments in the file to assist users with LDAP config.

[1] http://documentation-devel.engineering.redhat.com/docs/en-US/CloudForms/1.1/html/Installation_Guide/Configuring_LDAP_for_CloudForms_System_Engine.html

Version-Release number of selected component (if applicable):
1.1

How reproducible:
100%

Steps to Reproduce:
1. Open /etc/katello/katello.yml
2. observer no comments explaining supported values for 'warden' and 'ldap_roles'


Expected results:
common:
  # supported values: 'database' (local users) or 'ldap'
  warden:  ldap
  # allows locally-managed groups
  ldap_roles: true



Additional info: CloudEngine settings.yml file
:default_deltacloud_url: http://localhost:3002/api

:auth:
  # supported strategies: database, ldap
  :strategy: ldap
:groups:
  # allows locally-managed groups
  :enable_local: true
  # allows ldap-managed groups
  :enable_ldap: true
:iwhd:
  :url: http://localhost:9090
  :oauth:
    :consumer_key: wGj/SifuR8RWpwWPs+mrqL538C5mPwal
    :consumer_secret: dK+pzhdtnDYN3+7RBjlbp8PuT4PpaFAh
 
:imagefactory:
  :url: https://localhost:8075/imagefactory
  :oauth:
    :consumer_key: mlJTwxqbRmGM2VtptJr4QHqPBgasu7JV
    :consumer_secret: 52/fjbkRxwyYHl7t4eq11eojTZvLXah+

:session:
  :timeout: 15 # minutes

Comment 3 Mike McCune 2013-08-16 18:09:54 UTC
getting rid of 6.0.0 version since that doesn't exist

Comment 4 Mike McCune 2014-03-18 17:37:28 UTC
This bug was closed because of a lack of activity.  If you feel this bug should be reconsidered for attention please feel free to re-open the bug with a comment stating why it should be reconsidered.


Note You need to log in before you can comment on or make changes to this bug.