I know this is an old/common issue but all my searching finds is people wanting to avoid password entry. That's not what I'm after.
Windows 7 and 8 Pro clients with shared folders.
I can access the entire user filesystem on the Win 7 Pro machine by using the IP address like
smb://192.168.1.105
This prompted me for a username and password, which I stored. I then drilled down to the folder I wanted to see and I have access. So I saved the location in Places, no problem.
However, in Dolphin, there's a nice little icon labeled "Network." With it I can see all the Windows/Samba enabled PCs on my network. My server pops right up as does my Router share, but all the Windows PCs just "spin" and eventually timeout, even though I can access the share using the direct IP.
I launched Dolphin to see if any errors showed. Only these were shown and repeated:
These don't look important to me.
However, in syslog every time I click a step in the Network part of Dolphin, I see messages like these:
and this is what shows when I click on the Windows 7 machine under Network > Samba Shares > Workgroup > <MACHINE_NAME>
So the number must be meaningful (to someone... I hope)
My desire would be that Dolphin would prompt me for the username and password via the Network icon path. It seems to be giving my Linux username and/or anonymous instead of prompting me.
Windows 7 and 8 Pro clients with shared folders.
I can access the entire user filesystem on the Win 7 Pro machine by using the IP address like
smb://192.168.1.105
This prompted me for a username and password, which I stored. I then drilled down to the folder I wanted to see and I have access. So I saved the location in Places, no problem.
However, in Dolphin, there's a nice little icon labeled "Network." With it I can see all the Windows/Samba enabled PCs on my network. My server pops right up as does my Router share, but all the Windows PCs just "spin" and eventually timeout, even though I can access the share using the direct IP.
I launched Dolphin to see if any errors showed. Only these were shown and repeated:
Code:
[FONT=monospace][COLOR=#000000]org.kde.dolphin: URL= QUrl("smb://workgroup/") charset= "Other encoding ()"[/COLOR] org.kde.dolphin: could not find entry for charset= "Other encoding ()" org.kde.dolphin: URL= QUrl("smb://carney@192.168.1.105/Users/Carney") charset= "Other encoding ()" org.kde.dolphin: could not find entry for charset= "Other encoding ()"[/FONT]
However, in syslog every time I click a step in the Network part of Dolphin, I see messages like these:
Code:
[FONT=monospace][COLOR=#000000]Mar 29 10:01:36 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 0[/COLOR] Mar 29 10:01:37 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 69206021 Mar 29 10:01:37 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 0 Mar 29 10:01:39 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 0 Mar 29 10:01:39 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 69206021 Mar 29 10:01:49 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 0[/FONT]
Code:
[FONT=monospace][COLOR=#000000]Mar 29 10:05:09 office org.kde.kpasswdserver[2124]: message repeated 16 times: [ org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 0][/COLOR] Mar 29 10:05:15 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 69206021 Mar 29 10:05:15 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "stuart" , WindowId = 0 Mar 29 10:05:17 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 69206021 Mar 29 10:05:17 office org.kde.kpasswdserver[2124]: org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 0[/FONT]
My desire would be that Dolphin would prompt me for the username and password via the Network icon path. It seems to be giving my Linux username and/or anonymous instead of prompting me.
Comment