5886N/APatch migrated from Desktop, where it was listed as:
5886N/A# date:2010-10-20 owner:yippi type:bug bugster:6993687
5886N/A15676303 SUNBT6993687 Solaris D-Bus needs logic to recognize the "console user"
5886N/A #ifdef HAVE_SYS_SYSLIMITS_H
5886N/A@@ -542,8 +546,31 @@ _dbus_user_at_console (const char *usern
5886N/A+ struct passwd *passwd_entry;
5886N/A+ passwd_entry = getpwnam (username);
5886N/A+ uid = passwd_entry->pw_uid;
5886N/A+ * Owner is allowed to take over. Before we have real
5886N/A+ * ownership in HAL, assume it's the console owner.
5886N/A if (!_dbus_string_init (&f))
5886N/A@@ -568,6 +595,7 @@ _dbus_user_at_console (const char *usern