Bug #21626
closedEmpty value when retrieving members of "Domain Users"
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:
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4998 added
Updated by Tomer Brisker about 7 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
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5dcb9bc63397ea0770fd283a1d38be06591de7df.