You are not logged in.

#1 2010-09-06 10:46:54

vahnx
Member
Registered: 2010-08-29
Posts: 10

Password required for desktop

My desktop is running Windows 7 and I can access it's network shares fine from any other Windows machine just by browsing the network. In OS X, it prompts me to enter a username but if I click "Guest" it allows me to browse the shares. In Arch, if I double click my "Desktop" in Network (using Gnome), I get a login prompt, "Password required for Desktop". I tried my desktop's username, the correct domain name, and a blank password (since none is set on my desktop) and it doesn't let me in. I also tried typing guest, Guest, and even my Arch machines username and password to no avail. How can I fix this? Is there something I must edit in my /etc/samba/smb.conf to allow me guest access a Windows 7 network share?

PS I can mount the share fine using 'sudo mount -t cifs //network/location /local/destination'

Last edited by vahnx (2010-09-06 10:56:36)

Offline

#2 2010-09-06 16:06:26

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: Password required for desktop


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2010-09-06 16:28:49

kdorf
Member
From: Minneapolis, Minnesota
Registered: 2008-06-30
Posts: 17

Re: Password required for desktop

If lagagnon's suggestion doesn't work, I would say try this:

[global]
client lanman auth = no
client ntlmv2 auth = yes

Where I work we are on an Active Directory in which *only* NTLMv2 is allowed to authenticate, and Samba clients must explicitly set "client ntlmv2 auth = yes" in order for them to connect to shares.

Offline

#4 2010-09-15 17:02:33

vahnx
Member
Registered: 2010-08-29
Posts: 10

Re: Password required for desktop

I still get:

share.png

Offline

Board footer

Powered by FluxBB