GNOME Bugzilla – Bug 752405
enterprise account creation is broken
Last modified: 2015-07-15 15:37: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.
Review of attachment 307449 [details] [review]: ups, please push
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.