Bug #30974
openThe user group feature is not working as expected with openldap "user_list method"
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1882535
Description of problem:
Working in a case where the usergroup feature was not working as expected, instead the ldapfluff method "user_list" bring the uid, was returning the first and last name. For example, instead of "waldirio" was returning "waldirio pinheiro", that said, the match with the user account was failing and not working properly.
Version-Release number of selected component (if applicable):
6.6
How reproducible:
100% on the customer environment. They have openldap implemented.
Steps to Reproduce:
1. foreman-rake console
2. creating the connection and then proceeding with the method call
3. conn.user_list('satellite_grp')
Actual results:
=> ["waldirio pinheiro"]
Expected results:
=> ["waldirio"]
Additional info:
No data to display