openSUSE 11.2. KDE 4.3.5 Dolphin 1.3

The following works on CL

mount -v -o username=abcdefg,domain=DOM -t cifs //server.tld/share/path  /mnt

Authentication fails when trying to connect to this share via Dolphin. "domain=DOM" is a required field. How do I force dolphin to connect to it?

On Dolphin, the following fails:

smb://abcdefg@server.tld/server/path
link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Try:

smb://DOM%5Cabcdefg@server.tld/server/path

(%5C is the URL encoding of the backslash character)

link|improve this answer
It also worked by just typing in "dom\abcdefg" as my username when the dialog prompt opened. – Felipe Alvarez May 30 '10 at 6:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.