3

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

1 Answers1

6

Try:

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

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

jwaddell
  • 2,976