My Experiment
- So I set up a simple network with Two computers. Both on the same Work group.
- I created a LOCAL user 'A' with pasword 'A' in Computer 1.
- And then I created an identical named LOCAL user 'A' with identical password 'A' on Computer 2.
My Observation
- What I notice is that when I'm logged in as 'A' in computer 2, I am allowed network access as 'A' in Computer 1. E.g. when browing 'A' shared folders.
My Thoughts
- This is ironic as even though they are the identical in name, they are acutally two different LOCAL users on two different computers!
- This to me can be a security hazard. What if coincientially a Person has the same username and password in computer 2 thus incorrectly given access to Computer 1?
My Question:
- What is this sharing of username and password called?
- How come identical name and authentication between two windows PCs on same network works?
- How do we enable/disable this sharing of identical LOCAL usernames and passwords between two computers?
I've also realized that this works during DCOM calls as well.
Thank you for any answers