Project

General

Profile

Actions

Bug #21626

closed

Empty value when retrieving members of "Domain Users"

Added by Daniel Lobato Garcia over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1437578

Description of problem:
Via foreman-rake when retrieving information from "Domain Users" the value is empty although when retrieving information from one new group just created, the retrieved value is correct.

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

How reproducible:
100%

Steps to Reproduce:
1. Login via foreman-rake console
2. source_now = AuthSourceLdap.find_by_id(3) # on my case, my connection is #3
3. conn = source_now.ldap_con
4. conn.valid_group?('Domain Users') # result here is true
5. conn.user_list('Domain Users') # the result here is empty (should see 4 users)

Actual results:
Should be possible see all members of "Domain Users", instead we see empty value.

Expected results:
See all users memberof "Domain Users"

Additional info:

Actions #1

Updated by The Foreman Bot over 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/4998 added
Actions #2

Updated by Tomer Brisker over 6 years ago

  • Subject changed from Empty value when retrieving members of "Domain Users" to Empty value when retrieving members of "Domain Users"
  • translation missing: en.field_release set to 296
Actions #3

Updated by Anonymous over 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF