After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752405 - enterprise account creation is broken
enterprise account creation is broken
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-15 07:31 UTC by Ondrej Holy
Modified: 2015-07-15 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: Fix enterprise user login permitting (1.14 KB, patch)
2015-07-15 07:31 UTC, Ondrej Holy
committed Details | Review

Description Ondrej Holy 2015-07-15 07:31:55 UTC
Created attachment 307449 [details] [review]
user-accounts: Fix enterprise user login permitting

Recent commit 3e6b741a from the Bug 705351 introduced checks for NULL on um_realm_object_get_common. Unfortunately one check is wrong and breaks the login permitting. Enterprise account creation fails always with "Failed to register account: failed to get d-bus interface." currently. The attached patch fixes the wrong check.

The patch has to be pushed also in gnome-3-16.
Comment 1 Rui Matos 2015-07-15 13:59:24 UTC
Review of attachment 307449 [details] [review]:

ups, please push
Comment 2 Ondrej Holy 2015-07-15 15:37:32 UTC
Comment on attachment 307449 [details] [review]
user-accounts: Fix enterprise user login permitting

Pushed to master as commit 7ce6ce6 and gnome-3-16 as commit 18b4a3e.