• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

win2k LAN file share prob: no prompt for ID and password

qilin

Member
using linksys router setup home network for two pc both running win2k. set up user name and password on each machine. used to be able to log on each other. now i can only access the folders that allow access to everybody, when i try to access the permission restricted folder, the remote pc does not prompt me for a username and password, just give me '\ is not accessible, access denied' message. tried ipx , netbeui protocals and put in ip of the router as wins server w/o success. anybody help?
 
Not a network problem. W2K passes over the current logged in credentials, unless you specifically tell it connect as some other ID. If the ID/password don't match at the target (share) then you should get a prompt. Are you using the GUI to connect or command-line?

The SHARE that you're connecting to, has an Access Control List, of who's allowed to connect through that share. If the folder that is shared is on an NTFS formatted drive, the folder can also have an ACL, seperately from the share.

Based on what you said, I would check:
1. Are the IDs identical?
2. Are the passwords identical (case-sensitive)?
3. This is peer networking, right? No domain or Active Directory?

--Woodie
 
This is a peer-to-peer network. I use GUI (windows explorer) to connect. I'm using the same ID and password for the shared folders. Are you suggesting me try diffreent ID/pwd? i guesss i'm logging in the two PC w/ same ID, I will try change one of them.
Thanks for the reply.
 
W2K (NT too) doesn't assign IDs or passwords to a share.

There are users defined to each machine. The share point (resource) checks with it's authentication service (NTLogon on the server) to see if the user is correct (ID/pword), then it checks the ACL on the resource, to see what rights the user has (Read, write, change, etc..)

Hope this helps

--Woodie
 
Back
Top