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 1428846[details]
screenshot of the issue
Description of problem:
When satellite is configured with LDAP (AD server), users photo is not displayed.
How reproducible:
Configure LDAP AD server with satellite. Make sure to put photo attribute = thumbnailPhoto while configuring LDAP.
After configuring LDAP, login to the satellite using AD user.
Actual results:
corrupted image
Expected results:
User photo should appear in the top right corner and in Administer > Users
Additional info:
Upstream bug - https://projects.theforeman.org/issues/13749
Comment 4Waldirio M Pinheiro
2018-05-31 02:00:10 UTC
*** Bug 1584455 has been marked as a duplicate of this bug. ***
Comment 7Daniel Lobato Garcia
2018-05-31 14:23:05 UTC
Followed the below steps to verify this bug:
Made use of Powershell commands to download and upload photo to user attribute "thumbnailPhoto".
On AD Server:
1) Downloaded photo:
$client = new-object System.Net.WebClient
$client.DownloadFile(“http://example.com/pub/thumbnailphoto.jpg”,“C:\Users\Administrator\Pictures\thumbnailphot.jpg”)
2) Uploaded photo:
$photo = [byte[]](Get-Content C:\Users\Administrator\Pictures\thumbnailphoto.jpg -Encoding byte)
Set-ADUser foobar -Replace @{thumbnailPhoto=$photo}
On Satellite6 Server:
1) On Create LDAP Auth source page of "attribute mappings" Tab do:
Photo attribute: thumbnailPhoto
Verified with Sat6.3.3 snap2
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:2550