Bug 1573243
Summary: | Can't edit users when using LDAP datasource | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Suraj Patil <supatil> | ||||||||
Component: | LDAP | Assignee: | Daniel Lobato Garcia <dlobatog> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 6.3.0 | CC: | dlobatog, ehelms, kbidarka, mlinden, mmccune, pcreech, wpinheir | ||||||||
Target Milestone: | Unspecified | Keywords: | Regression, Triaged | ||||||||
Target Release: | Unused | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | foreman-1.15.6.47-1 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 1596345 (view as bug list) | Environment: | |||||||||
Last Closed: | 2018-08-22 20:07:08 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Suraj Patil
2018-04-30 15:05:13 UTC
*** Bug 1584455 has been marked as a duplicate of this bug. *** https://github.com/theforeman/foreman/pull/5630 PR is submitted upstream, waiting on review. Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/13749 has been resolved. Created attachment 1452005 [details]
1573243_bz.patch
Created attachment 1452006 [details]
Before and After patch applied
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 The photo added to user "foobar" on AD Server appeared automatically in the top right corner of Administer > Users. 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 |