Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Created attachment 816852[details]
Katello debug information
Description of problem:
Unable to set up katello 1.4 with ldap authentication.
Version-Release number of selected component (if applicable):
1.4
How reproducible:
Add ldap information to an answer file and run katello-configure.
Steps to Reproduce:
1. Add ldap auth information to answer file
2. katello-configure --answer-file=/root/my-answers
Actual results:
Results in the following in db_migrate.log
There was an error in your Gemfile, and Bundler cannot continue.
/opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.1.4/lib/bundler/dsl.rb:12:in `rescue in evaluate'
/opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.1.4/lib/bundler/dsl.rb:6:in `evaluate'
/opt/rh/ruby193/root/usr/share/gems/gems/bundler_ext-0.3.0/lib/bundler_ext/bundler_ext.rb:14:in `parse_from_gemfile'
/opt/rh/ruby193/root/usr/share/gems/gems/bundler_ext-0.3.0/lib/bundler_ext/bundler_ext.rb:35:in `system_require'
/usr/share/katello/config/application.rb:27:in `<top (required)>'
/opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
/opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
/usr/share/katello/Rakefile:4:in `<top (required)>'
/opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load'
/opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:501:in `raw_load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:82:in `block in load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:81:in `load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:65:in `block in run'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:63:in `run'
/opt/rh/ruby193/root/usr/bin/rake:32:in `<main>'
Expected results:
Authentication over ldap should work. At this point database auth is the only thing I can get to towrk.
Additional info:
Created attachment 816852 [details] Katello debug information Description of problem: Unable to set up katello 1.4 with ldap authentication. Version-Release number of selected component (if applicable): 1.4 How reproducible: Add ldap information to an answer file and run katello-configure. Steps to Reproduce: 1. Add ldap auth information to answer file 2. katello-configure --answer-file=/root/my-answers Actual results: Results in the following in db_migrate.log There was an error in your Gemfile, and Bundler cannot continue. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.1.4/lib/bundler/dsl.rb:12:in `rescue in evaluate' /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.1.4/lib/bundler/dsl.rb:6:in `evaluate' /opt/rh/ruby193/root/usr/share/gems/gems/bundler_ext-0.3.0/lib/bundler_ext/bundler_ext.rb:14:in `parse_from_gemfile' /opt/rh/ruby193/root/usr/share/gems/gems/bundler_ext-0.3.0/lib/bundler_ext/bundler_ext.rb:35:in `system_require' /usr/share/katello/config/application.rb:27:in `<top (required)>' /opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require' /opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require' /usr/share/katello/Rakefile:4:in `<top (required)>' /opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load' /opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load_rakefile' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:501:in `raw_load_rakefile' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:82:in `block in load_rakefile' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:81:in `load_rakefile' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:65:in `block in run' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling' /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:63:in `run' /opt/rh/ruby193/root/usr/bin/rake:32:in `<main>' Expected results: Authentication over ldap should work. At this point database auth is the only thing I can get to towrk. Additional info: