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 390518 - authentication string bogus for local objects
authentication string bogus for local objects
Status: RESOLVED WONTFIX
Product: libgnomeui
Classification: Deprecated
Component: general
2.17.x
Other All
: Normal normal
: future
Assigned To: Christian Neumair
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-29 00:48 UTC by Christian Neumair
Modified: 2011-08-17 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.42 KB, patch)
2006-12-29 00:49 UTC, Christian Neumair
none Details | Review

Description Christian Neumair 2006-12-29 00:48:20 UTC
The attached patch fixes the authentication string construction for local objects.
Comment 1 Christian Neumair 2006-12-29 00:49:26 UTC
Created attachment 79016 [details] [review]
Proposed patch

The attached patch ensures that we don't prepend a '/' character to local objects.
Comment 2 Christian Neumair 2007-01-08 21:50:07 UTC
A similar patch has been committed to gnome-vfs.
Comment 3 Christian Persch 2007-01-10 14:25:00 UTC
So this will construct a string like 
"You must log in to access USER@SERVER/PATH domain DOMAIN"

Shouldn't we make this a bit better by not constructing the string by parts but using different strings for each of these, i.e.:
You must log in to access SERVER
You must log in to access SERVER as user USER
You must log in to access PATH at SERVER in domain DOMAIN [as user USER]
?
Comment 4 Christian Neumair 2007-01-10 17:56:41 UTC
Good point. CCing usability team for feedback/further ideas.
Comment 5 Kjartan Maraas 2007-01-21 15:13:08 UTC
Usability crew? Ping?
Comment 6 Matthew Paul Thomas (mpt) 2007-02-02 18:11:28 UTC
Different strings for cases with and without domains would be useful, at least (e.g. "You need to log in to access area DOMAIN on SERVER"). In cases where USER is unchangable, that seems like it would be better handled by a "Name:" field that was pre-filled and disabled, rather than by two times as many strings.
Comment 7 Kjartan Maraas 2008-08-28 08:55:55 UTC
Christian, did you look at this again later?
Comment 8 André Klapper 2010-03-27 19:35:59 UTC
Which component is this nowadays with having libgnomeui nearly killed?
Comment 9 Kjartan Maraas 2011-08-17 13:55:13 UTC
I guess glib/gio/gvfs. Closing on this side.