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 533083 - doesn't read domain/user from SMB URLs
doesn't read domain/user from SMB URLs
Status: RESOLVED OBSOLETE
Product: gvfs
Classification: Core
Component: smb backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on: 520551
Blocks:
 
 
Reported: 2008-05-14 10:07 UTC by Sebastien Bacher
Modified: 2013-05-10 09:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sebastien Bacher 2008-05-14 10:07:54 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/225141

"nautilus version 2.2.22 from Hardy (8.10) does not understand SMB URLs - it does not extract the domain name and username. For example, the URL:
smb://MYDOMAIN;administrator@1.2.3.4/D$
pops up a dialog box filled in with the default values of my username and domain WORKGROUP.
In previous versions (Feisty, Gutsy) the domain and username were correctly extracted from the URL into the password dialog box."
Comment 1 A. Walton 2008-05-15 01:22:03 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 520551 ***
Comment 2 Sebastien Bacher 2008-05-15 06:17:20 UTC
are you sure that domain and username are the same issue?
Comment 3 A. Walton 2008-05-15 06:31:58 UTC
I believe it's a global issue of us just not parsing SMB URIs correctly. It could be that the domain issue is a separate issue e.g. domain without a user name doesn't work, but this doesn't seem like it would be valid case to me (How would you get on the domain without a username anyways? Does AD support anonymous users?). Feel free to correct me.

Of course, I don't have the adequate setup to test the domain issue so I don't know for certain either way. If someone downstream can test it and confirm it, we should reopen and retarget (and make 520551 a dependency of this bug).
Comment 4 Tomas Bzatek 2008-05-20 14:31:56 UTC
The domain part of the URI doesn't get propagated to smb backend, however it gets parsed properly.
Comment 5 Tomas Bzatek 2012-12-04 10:24:14 UTC
Can you retest this with the latest gvfs version? I'm getting proper prompt for credentials when domain or username is set.