GNOME Bugzilla – Bug 304760
There is no domain field for Windows Share in Connect to server dialog.
Last modified: 2005-05-27 08:46:40 UTC
1. Select Places ->Connect to Server from the top panel. 2. Select the service type as 'Windows share'. Bug: There is no field for the user to enter the domain name.
I'll be giving a patch for this tomorrow, Thanks.
In the Connect to Server dialog, an extra entry has been added to allow the user to specify domain for Windows shares. The Domain field is shown only for Windows shares. If the domain is entered,it is concatenated with the user name in the form domain;username and passed to smb method. The following patch does the same.
Created attachment 46666 [details] [review] Attached patch fixes the bug.
dinoop.thomas@wipro.com: Thanks for the patch. Nautilus likes to receive and discuss the patches using on their mailing list. See nautilus-list@gnome.org on http://mail.gnome.org/mailman/listinfo/nautilus-list. If not emailed to the mailing list these patches tend not to be looked at. (ignore this if you already emailed the patch)
Commited. Thanks.