D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: project316yap on August 29, 2009, 05:32:14 AM

Title: Cannot be Login in folder" Default GUEST"
Post by: project316yap on August 29, 2009, 05:32:14 AM
Hello how to disable Guest acct in DNS-323??
I already Created New User ang I gave him/her permission to access his/her folder..
i go to Network Places, then double click his folder then "DNS\GUEST"<== cannot be change then password. i have here encore, linksys they have own disable guest acct?? Does Dlink have to disable guest acct??
because some technical team in singapore always say maping network drive .... then start click, run, \\dns323\instaler\ then type username & password, then ok.. i already gave him/her pix what i mean i cannot be change username?? it hard to understand. some technical team probly in windows problem. i was encounter problem in linksys they have option to disable guest acct.... 
Heres belows pix for i mean problem
this pix temp permission Philips access installer
(http://i29.photobucket.com/albums/c259/PROJECT316YAp/NETWORKACCESS.jpg)
the Go My Network Places double click dns-323 installer
that username was enable cannot be change others.
 (http://i29.photobucket.com/albums/c259/PROJECT316YAp/networkplaces.jpg)
this pix was taken form linksys they have option to disable Guest acct.
(http://i29.photobucket.com/albums/c259/PROJECT316YAp/LINKSYS.jpg)
Does DLINK have option to disable Guest acct??  HELPP
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: ttmcmurry on August 29, 2009, 08:53:14 AM
What steps did you take to create the share?  Is the Windows XP account you're using an Admin or Standard User?  Did you select "connect using a different user name" when creating the share?  Did you use the Easy Search Utility?
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: gunrunnerjohn on August 29, 2009, 03:13:38 PM
The interesting thing here is I see the same thing with Windows XP-Home, however all the Windows 7 Ultimate machines and an XP-Pro machine have no problem logging into the DNS-323.  I'm working on this one too. :)

I'll be following this to see if there's a solution...
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: gunrunnerjohn on September 01, 2009, 05:45:02 AM
Create a batch job with the contents.

net use \\DNS-323 password /user:user_name

where:

DNS-323 - Network name of the DNS-323, or you can use the IP address of your NAS.
password - Password of the share you wish to access.
user_name - User name of the share you wish to access.

Run this at startup and you'll have access to the shares using XP-Home, and I presume the Vista Home versions as well.

Title: Re: Cannot be Login in folder" Default GUEST"
Post by: SnapperNZ on January 22, 2010, 03:26:42 PM
Is that a command specific to XP home or something?

Net use does not allow you to specify a password - it has to be typed manually, after the net use has run. You can create a VB script to get around this but the net command alone will not work.

The guest account issue is due to a local policy restricting access to network resources.  The same policy also disables the sharing tab in folder properties.

So to clarify, the guest account in the windows logon window has nothing at-all to do with the DNS-323.

Pass-through may well work - in which case the net use command without the password would likely work.  I.e. if you logon to your XP devise using joe and password blogs - create an account on the nas called joe with the password blogs and simply use 'net use * \\nas\share' and it should work.

You can replace * with a drive letter if you want too - net use x: \\nas\share, for example.
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: gunrunnerjohn on January 22, 2010, 03:51:13 PM
Really, mine allows a password.

Quote
The syntax of this command is:

NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
        [/USER:[domainname\]username]
        [/USER:[dotted domain name\]username]
        [/USER:[username@dotted domain name]
        [/SMARTCARD]
        [/SAVECRED]
        [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: SnapperNZ on January 22, 2010, 04:07:43 PM
LOL  So does mine!

I stand corrected, my apologies.

I mistakenly recalled an issue trying to script 'net use' but needing to hide the password.  I ended up using a runas utility which used an encrypted password file.

It wouldn't have taken long to check net use either, would it!  I am sorry, rubbish research on my behalf  :o

I'll get me coat :P

Title: Re: Cannot be Login in folder" Default GUEST"
Post by: gunrunnerjohn on January 23, 2010, 07:23:39 AM
If that's the only mistake you make, feel lucky. :D
Title: Re: Cannot be Login in folder" Default GUEST"
Post by: SnapperNZ on January 23, 2010, 12:14:59 PM
If that's the only mistake you make, feel lucky. :D


 ;D