Question:
how to log on to an account from any computer in a network?
Michael
2011-01-14 10:52:52 UTC
I know lots about computers so i don't mind any technical language. I know mainly how to fix them and know the basics of networking. I've set up shared folders and i know how to remote shutdown and how to use remote desktop and i can share a printer easily. Anyway i want to know how to make it so i can go to any one of my computers and log on to my account.

Ok, i'll make it easier to understand. You know like at a school you can go into any room go on any computer and you enter you user name and password and you log on to your account. And then someone else can go on the same computer you went on and then log on to their account. Well i want to be able to do this at home. I've thought about how you would need to do it and i'm think a server with the accounts on the server drive or something like that. As i say i only know the basics of networking but i'm getting there.
Four answers:
michael
2011-01-14 11:08:14 UTC
Here's a very quick, overly simplified answer. First, this is really a two-part problem. The first part of the problem is that you want centralized account access; i.e., all computers to have the same logins and passwords (i.e., computers A, B and C all have login "tom", "sally" and "harry", and each have the same password on all three computers). The second part of the problem is that they probably want all of their files available to them, regardless of which computer they login to. (Needless to say, this is a LOT simpler on Unix/Linux (or Mac OS X), but I'll assume that you're doing this on Windows.)



First, if using Windows, people will probably point you to Active Directory for authentication. If you ever want to have non-Windows clients as part of your network, or if you have any interest in doing things a "better" way, avoid this. Try using LDAP for authentication, instead. You seem technically proficient, and learning the "right way" now will help you out down the road. And, it'll save you time & energy (and frustration & licensing fees), too. You may find it worthwhile to have a single Linux box on your network for a "server", that has the LDAP server & main shared file system. But you can also run these services on Windows or Mac.



Second, is the shared files. It's probably simplest if you have just a shared file system that all users can access (using their own login/password), and don't try storing their "home" folder on the share. Windows will crawl if it has to access the Desktop and User directories from the "shared" file system. The file server can run Samba (if Linux), and clients can connect to it using SAMBA/CIFS (a normal Windows "shared folder").
anonymous
2011-01-14 18:57:16 UTC
You need a domain controller (Windows Server 2003 or 2008), and the computers have to be running the Pro version of whichever Windows they're running.



You log into your account on the network, but not to your files on another computer.
?
2011-01-14 19:02:18 UTC
What you are talking about is a roaming profile. This is setup by the Network Admins. You would have to setup a domain server and attach the PC's to a domain and create user roaming profiles. For the home this is just way to much of a pain in the ****. One simple way maybe to copy the user profile from one PC to the others. This will not update if changes are made from one PC to another.
anonymous
2011-01-14 18:54:35 UTC
Google it & find out.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...