[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-23 Thread Diver
Thanks Steve, it's working now,
Now if only nautilus (and gvfs) showed clear error message, or even ask to 
enable client lanman auth.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Diver
Steve, to be sure I just tested 9.04 alpha4 in VirtualBox

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:
Error mounting location: Failed to mount Windows share

After changing
security = share
to
security = user
in smb.conf on a server and restarting samba, I'm trying again:

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:

At this point my-share is mounted and all is good, but windows users can't 
connect to this server anymore
cmd-net view server
cause an error and I have to revert smb.conf changes.

I am sure the same happend with 8.10, when I tried it a week ago and then I 
found this bug and subscribed to it.
HTH.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Steve Langasek
oh - sorry, you mentioned upgrading from 7.10 so I assumed you were
running 8.04.  Yes, for 8.10 and above the default samba client behavior
matches upstream's, and doesn't allow insecure security=share
connections by default.

You can change the behavior on the client side by setting 'client lanman
auth = yes' on the client's /etc/samba/smb.conf, as mentioned earlier in
the bug report.

The only reason this bug is open is for gvfs to provide a better error
message when trying to connect to such a server - the client will still
refuse to connect to such servers by default, for security reasons.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-20 Thread Steve Langasek
This bug is marked as resolved in Ubuntu 8.04; are you sure this is the
bug you're seeing?  You don't give any details about the problem you're
having.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread Sebastien Bacher
could you try if that's still an issue in jaunty?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-09 Thread Sebastien Bacher
could you try on jaunty? bug #193232 and bug #207072 got fixed this week
and once those changes get testing and are confirmed to work intrepid
and hardy backported will be worked

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-07 Thread Kalyan
I confirm the problem in 8.10 with Windows Server 2003  Windows Server
2000 authenticated shares. If I open nautilus and type in the location
smb://., works fine. Using Places-Connect to server throws up the
error messages No application is configured ...

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-12-17 Thread RX8volution
Hi folks - I was trying to fix this for hours, and have a (albeit
idiotically simple) fix that worked for me:

on the client, /etc/samba/smb.conf file

[global]

# THE LANMAN FIX
  client lanman auth = yes
  client ntlmv2 auth = no

  Notice the word CLIENT in front of both of those... try to re-mount
the smb share again and it all works nicely.

Cheers.

/Rafal

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-11-02 Thread Tien Nguyen
I just upgrade to 8.10 and the problem came back:

Unable to mount location. Failed to mount Windows share

Is there a fix for this?

Thanks,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-29 Thread DrC
re
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/142

8.04 is a lts version.  Is the 'won't fix' a long term decision that we
hope will be overtaken by upstream developments?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread oss_test_launchpad
Is this a problem with Ubuntu 8.10, too?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread Chief Ninja Monkie
No, I have not had this problem in 8.10

Ed


On Tue, October 28, 2008 2:07 pm, oss_test_launchpad said:
 Is this a problem with Ubuntu 8.10, too?

 --
 SMB error: Unable to mount location when server configured with security=share
 https://bugs.launchpad.net/bugs/209520
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Ed Covert
[EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
marking 'wontfix' for gvfs in hardy; the gvfs side of this requires UI
changes to detect the incompatibility (and possibly libsmbclient API
changes as well), so this is too intrusive for 8.04.

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
 Is this not caused by the same problem that causes bug 207072

No, it is not.  This bug is about incompatibility with servers that
negotiate weak password encryption for connections, and it has been
worked around by a change to the default settings for samba in Ubuntu
8.04.  If your problem was fixed by the patch from bug #207072, then
your problem is unrelated to this bug report.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
** Changed in: gvfs (Ubuntu)
   Status: New = Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-22 Thread Richard Rickwood
Is this not caused by the same problem that causes bug 207072, which is
fixed (for me at least) using the patch supplied there:
http://launchpadlibrarian.net/15554213/80_samba_browsing_authentification.patch

I applied that patch to gvfs-0.99.8 and it cured all my nautilus smb
woes.

Why this patch is not yet integrated I do not know. Surely the dozens of
nautilus/smb bugs filed on lauchpad must have this common root.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-04 Thread gregphil
I also experience the ubuntu 8.04.1 inability to display shares from WindowsXp 
boxes , but it displays shares from CentOS 5.2 boxes just fine.  On a parallel 
install (on another disk) of kubuntu 8.04.1 with Samba and all the other 
setting as identical as I can make them, the GUI browsing works in the KDU app 
Konquorer. HOWEVER to make this work I had to fix the /etc/hosts files.  The 
new format DOES NOT WORK, even with smbtree or smbclient.  It is necessary to 
add the NetBios name aliases to the 127.0.0.1 line, the entry on the 127.0.1.1 
line is not seen or not understood.  For example I use
127.0.0.1 localhost LIVING-ROOM LIVING-ROOM.MYGROUP
127.0.1.1 LIVING-ROOM.MYGROUP

Back in the ubuntu 8.04.1 install, the GUI browsing fails, but smbclient
or smbtree can report all the shares.  I am using the default encrypted
passwords and security = user.  The gnome nautilus network file browser
(ver 2.22.3) will show the computers with shares on the network, but
clicking on a Windows machine icon does NOT show the shares.  If I
switch the nautilus Location dialog to text, and append a valid share
name to the computer name, such as smb://laptop/C, then a full
successful mount is made and I can see and use the shared files.  Once
mounted, if I unmount and try again to click on a Windows machine icon
it still fails to mount.

I think I have tried every possible combination of smb.conf auth entries
(ntlmv2 auth = etc).  It is really broken.  Please fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-27 Thread oss_test_launchpad
I have the following problem, testing with Ubuntu 8.10 Alpha 4+, trying
to connect to a company SMB network server share. Nautilus tells me:


Could not display smb://servername/myshare$/ - Einhängen des Ortes nicht 
möglich.


This worked ok when I used 8.04. However, nautilus shows the share as
mounted (gets a shortcut on the left side, as a cd would which has been
inserted into a local drive). When I press the eject (unmount) button
for this share, I sometimes get the following error message:


Could not display smb://servername/myshare$/. Fehler: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered - Bitte 
wählen Sie einen anderen Betrachter und versuchen Sie es erneut.

I entered my account data the first time I tried to connect. Strangely enough, 
in the properties you can see how many files there are on this share and how 
much data there is all in all, but the file list cannot be displayed.

I reported this bug under
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/216465. However,
going more into it, I think this was the wrong thread to report this to.
Is this thread I am writing in now the right one, or should I open a new
one?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-25 Thread Tien Nguyen
IMHO, this whole smb:// access from nautilus is really not that great.
It is fine for copying files but most applications are not compatible
with this URL, so you can not drop the files with smb:// access into an
application. Another example, if you using Google web mail to compose an
e-mail and want to attach a file, you can browse to the smb:// share and
click on the file URL but then Firefox does not translate the smb:// URL
so it become useless!!

I might as well just use smbmount and mount it to a mount point. I
really hope to see Nautilus/Ubuntu improve in this area.

:).

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-09 Thread sefs
Hello I am unable to browse shares

1) on ubuntu 8.04 from a windows machine
2) on ubuntu 8.04 from it self
3) can see shares, but they will not mount when double clicked upon.

What am I to do here guys.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Tiago Faria
Still doesn't work for me.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
When access to windows 2003 server with smb://win2003server I can't see shares, 
but if I try to acces my ubuntu it shows shares example, smb://localhost. 
Instead if I try to access some share with smb://win2003server/share it shows 
folders inside share correctly and I can access without errors. 
I want to know where this issue is originated and how to fix it.

** Attachment added: Error screen
   http://launchpadlibrarian.net/15637270/screenshot1.png

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
Sorry, it's true is related to that bug.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
Bálint,

I'm fairly certain that the bug you're seeing is not the same as the bug
described in this report; I'm not sure it's even possible for Windows
2003 to be downgraded to lanman-only authentication.  Perhaps your
problem is related to bug #207072 instead?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Bálint Magyar
Steve, I'm quite confused about which bug my experiences belong under,
as my original bug #215570 has been marked as a duplicate of this bug
twice. To be sure, Windows 2003 shares use NTLMv2 auth. Quite sure my
problems are unrelated to #207072 as browsing seems to work fine, but
not mounting or actually displaying contents of shares.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Miguel
This has worked for me thank you for the update/roll back. I can
browse windows servers again. Thank you Steve

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
ok, I've unmarked bug #215570 as a duplicate, since the symptoms don't
fit either of these other two bugs and needs to be tracked down
separately.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-21 Thread Steve Langasek
Tien,

On Sat, Jun 21, 2008 at 03:54:34PM -, Tien Nguyen wrote:

 I am a bit unclear bout your last post and Steve last post. Is there a
recommend update or smb.conf work around? Please advise.

An update to the samba package is in progress which will roll back the
default client settings to something a bit more user-friendly, until such
time as the gvfs module can be extended to give better feedback.  This
updated package is currently available in the hardy-proposed repository, and
we're in the process of validating it for inclusion in the 8.04.1 point
release.

You are welcome to install the package by enabling the hardy-proposed
repository on your system, per the directions linked from
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/117.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: samba (Ubuntu Hardy)
   Target: None = ubuntu-8.04.1

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
marking as 'wontfix' for intrepid because we should probably just deal
with this on the gvfs side there.

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Fix Committed

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed
   Target: ubuntu-8.04.1 = None

** Tags added: verification-needed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

** Changed in: samba (Ubuntu Hardy)
   Status: Fix Committed = In Progress
   Target: None = ubuntu-8.04.1

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs