Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Trying to access my 323 from a windows server... when I double click on available shares (for instance: \\HAL\Volume_1) I am prompted with a windows username and password dialog. The problem is that the user field is greyed out and has "\\HAL\guest" specified. How do I allow this dialog to specify a user?
This is all from a windows 2003 server.
FW: 1.03
Thanks!
Last edited by fullcity (2007-09-19 19:03:10)
Offline
I think you must connect a network drive in Windows Explorer and set correct username and password.
Offline
It's workin on Xp, i think this should work on W.server
cmd.exe ->
net use Z: \\dns323_IP\shared_folder /USER:george mary
where :
- george : the dns-323 username
- mary : the dns-323 password for "george"
Offline
fullcity wrote:
Trying to access my 323 from a windows server... when I double click on available shares (for instance: \\HAL\Volume_1) I am prompted with a windows username and password dialog. The problem is that the user field is greyed out and has "\\HAL\guest" specified. How do I allow this dialog to specify a user?
This is all from a windows 2003 server.
FW: 1.03
Thanks!
Hi I have the same problem. I check on XP and w2k and w2003 server also and problem stil the same username is grayed and guest
Offline
Did you solve the problem or ?
Offline
I also reset DNS 323 to default setting but problems still remains. . . I also try on different machines and everywhere is the same.
Offline
in windows, go to ANY folder then to Tools Menu > Files & Folder options > File Tab > ALL THE WAY TO THE BOTTOM .. use simplified something .. check that ..
you should be sorted .. i think
Offline
yeah, that should sort you out, i recall seeing that before on previous boxes
Offline
I try also click on "Use simlpe file sgaring" but I get still the same thing username is grayed and guest is entered and could not change
Any others idea ?
Brgds
Offline
there is a registry trick (related to the above) that may have to be done, ill see if i can find it
stay tuned
Offline
change your smb.conf:
from:
security = SHARE
to:
security = user
and restart samba.
You may want to create a fun_plug to point samba to read this modified smb.conf file saved somewhere under /mnt/HD_a2, so that the change can survived reboots.
Offline
that will be quite hard to accomplish, since access is denied through the windows file browser.
try going to the web interface, ADVANCED - > Network Acces and then re-apply (remove and create again) the correct access that you need (in my case, Volume_1, All, R/W). Maybe it helps?
Offline
Hold the shift key just before the logon box appears after restart
or
1) Double click My Computer
2) Go to Tools > Map Network Drive
3) In the Drive field, choose any letter you like.
4) In the Folder field, type your UNC path \\your_machine_name\the_folder_you_want_to_access
5) Under the "Reconnect at logon" check box, you will find "Connect using a different user name". Click on different user name then type your user name and password.
hope that works
Offline