[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2010-03-10 Thread Chuck Short
This patch does not apply to samba.

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

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2010-03-10 Thread Joachim Breitner
Hi Chuck,

correct, the patch is only tangentially related to the cifs bug, listed
here as a helpful hint for other people. But the bug in the cifs file
system still prevails, so I’m not sure if Won't Fix is the right tag
here...

Greetings,
Joachim

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2010-03-10 Thread Chuck Short
This patch does not apply to samba.

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

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2010-03-10 Thread Joachim Breitner
Hi Chuck,

correct, the patch is only tangentially related to the cifs bug, listed
here as a helpful hint for other people. But the bug in the cifs file
system still prevails, so I’m not sure if Won't Fix is the right tag
here...

Greetings,
Joachim

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-10-16 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-10-16 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-10-03 Thread Chuck Short
** Also affects: gnome-vfs (Ubuntu)
   Importance: Undecided
   Status: New

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-10-03 Thread Chuck Short
** Also affects: gnome-vfs (Ubuntu)
   Importance: Undecided
   Status: New

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner
Hi,

these options are already correct by default, as testparm -v says:
unix charset  is UTF8, dos charset is 850 and display charset is LOCALE.

Since smbclient and gvfsd work just perfect with umlauts, I think the
problem is either the kernel module or mount.cifs.

Probably the kernel module, as the non-utf8-umlaut turns up in
/proc/mounts (where it then causes gnomevfsd to fail to start, because
it passes this data via dbus and then dbus seems to kill the connection,
which is very bad).

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner
Just in case anyone reads this and stumbles over the same error in
gnome-vfs, I worked around it with the attached hack (it makes gnome-vfs
not query hal for device names from /proc/mounts that start with two
slashes).

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner

** Attachment added: gnome-vfs-ignore-cifs.patch
   http://launchpadlibrarian.net/32595200/gnome-vfs-ignore-cifs.patch

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner
Hi,

these options are already correct by default, as testparm -v says:
unix charset  is UTF8, dos charset is 850 and display charset is LOCALE.

Since smbclient and gvfsd work just perfect with umlauts, I think the
problem is either the kernel module or mount.cifs.

Probably the kernel module, as the non-utf8-umlaut turns up in
/proc/mounts (where it then causes gnomevfsd to fail to start, because
it passes this data via dbus and then dbus seems to kill the connection,
which is very bad).

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner
Just in case anyone reads this and stumbles over the same error in
gnome-vfs, I worked around it with the attached hack (it makes gnome-vfs
not query hal for device names from /proc/mounts that start with two
slashes).

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-28 Thread Joachim Breitner

** Attachment added: gnome-vfs-ignore-cifs.patch
   http://launchpadlibrarian.net/32595200/gnome-vfs-ignore-cifs.patch

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-02 Thread Chuck Short
Can you try setting  the following in the [global] section in your
smb.conf to the right configuration for your locale:

dos charset = VAL1
unix charset = VAL2
display charset = VAL3

thanks
chuck


** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-09-02 Thread Chuck Short
Can you try setting  the following in the [global] section in your
smb.conf to the right configuration for your locale:

dos charset = VAL1
unix charset = VAL2
display charset = VAL3

thanks
chuck


** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
Passing -o user=$(echo Töst|iconv -t850) to mount.cifs instead of just 
user=Töst gives a different error message:
mount error 6 = No such device or address
instead of 
mount error 13 = Permission denied
which seems to indicate that this is indeed an encoding issue.

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
And indeed, doing the same trick for the umlaut in the share name makes
mount.cifs successfully mount the share.

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
A work-around for me is to wrap the mount.cifs-call in
pam_mount.conf.xml with the attached script. I know that the quoting is
not perfect, so beware.

** Attachment added: argto850
   http://launchpadlibrarian.net/30422184/argto850

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
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 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
Looking at
http://gitweb.samba.org/?p=jlayton/cifs.git;a=blob;f=fs/cifs/sess.c it
seems that in theory, there is support for unicode in NTLM.

I should also add that accessing shares via nautilus (i.e. gnome-vfs)
works fine even with an umlaut username.

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
Passing -o user=$(echo Töst|iconv -t850) to mount.cifs instead of just 
user=Töst gives a different error message:
mount error 6 = No such device or address
instead of 
mount error 13 = Permission denied
which seems to indicate that this is indeed an encoding issue.

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
And indeed, doing the same trick for the umlaut in the share name makes
mount.cifs successfully mount the share.

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-08-17 Thread Joachim Breitner
A work-around for me is to wrap the mount.cifs-call in
pam_mount.conf.xml with the attached script. I know that the quoting is
not perfect, so beware.

** Attachment added: argto850
   http://launchpadlibrarian.net/30422184/argto850

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs