Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
+++ This bug was initially created as a clone of Bug #1660067 +++
Description of problem:
Attempting to get extraAttributes via SSSD's ifp fails.
Version-Release number of selected component (if applicable):
sssd-dbus-2.0.0-4.fc29.x86_64
How reproducible:
Deterministic.
Steps to Reproduce:
1. Install and configure FreeIPA server, for example via
ipa-server-install -r EXAMPLE.TEST -n example.test -p Secret123 -a Secret123
2. Attempt to get extraAttributes for user admin:
dbus-send --print-reply --system --dest=org.freedesktop.sssd.infopipe /org/freedesktop/sssd/infopipe/Users/example_2etest/$( id -u admin ) org.freedesktop.DBus.Properties.Get string:"org.freedesktop.sssd.infopipe.Users.User" string:"extraAttributes"
Actual results:
Error org.freedesktop.DBus.Error.UnknownProperty: Unknown property
Expected results:
method return time=1545051067.561377 sender=:1.96 -> destination=:1.115 serial=15 reply_serial=2
variant array [
]
Additional info:
This is regression against sssd-dbus-1.16.3-2.fc28.x86_64 and older versions.
This is breaking Ipsilon. It was found when testing https://pagure.io/webauthinfra on Fedora 29: testing https://travis-ci.org/adelton/webauthinfra/builds/466857916
--- Additional comment from Jakub Hrozek on 2018-12-17 13:16:43 UTC ---
Upstream ticket:
https://pagure.io/SSSD/sssd/issue/3906
Steeve, can you consider acking this bug? There is an automated test proposed at https://github.com/SSSD/sssd/pull/726 which can also be added to OSCI, so the bug would get verified 'for free'
Comment 10Niranjan Mallapadi Raghavender
2019-02-22 03:16:33 UTC