Description of problem: When ovirt-engine runs using ovirt-engine-aaa-ldap instead of rhevm-manage-domains, searching in the GUI for a user ID does not return any results. Searching by name works, but not user ID. Version-Release number of selected component (if applicable): 3.5.z How reproducible: At will. Steps to Reproduce: 1. Set up ovirt-engine-extension-aaa-ldap to use an Active Directory domain 2. Launch the RHEVM GUI 3. Create a few users from the Active Directory domain above. 4. Try to search for anyone by User ID. Search comes up empty. 5. Search by name works as expected. Actual results: See above - searching by ID comes up empty. Searching by name works as expected. Expected results: Searching by ID should return results. Additional info:
I think I already wrote you, put this in profile and try. --- attrmap.map-principal-record.attr.PrincipalRecord_NAME.map = sAMAccountName --- search now should work based on the sAMAccountName.
Thanks for the reminder. I just tried it on my test system and it worked. - Greg