Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
This seems to be a tough one. I have one client computer (running windows 2000) that I want to limit logins on. I only want to allow 3 specific people to log in to the machine--no one else. If someone else tries they should be denied access. As I said, the client is running Windows 2000 but the domain controller is SuSE Linux. Is this possible and how do I accomplish this?
Even if I create user accounts on the PC, that won't stop domain users from logging into the computer--my understanding is that you don't have to be added to the computer as a local user or domain user to log in. I may be wrong, but I'm thinking that I may have to set a restriction on the computer through the domain.... maybe a policy?
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
My understanding is even though you are part of the domain, you cannot login to computer x if the computer doesn't know or is unable to verify who you are. Maybe i'm missing the point?
My understanding is even though you are part of the domain, you cannot login to computer x if the computer doesn't know or is unable to verify who you are. Maybe i'm missing the point?
The authentication is handled by the domain controller for domain logins and the local computer for local logins (as far as I know). For those who are trying to log into the local computer, your idea will work, but for those who are logging in to the domain on that computer, it won't block those users.
I need to block all access by all users--domain or local--other than the three specific users.
Make that workstation in domain (as you already did). Then disable the "NetLogon" service for that workstation in services.msc or by command.
Restart the machine and try to logon with domain user & local user.
When I disable NetLogon, won't that disallow -all- domain logins? The three specific users need to be able to log in with their domain profile, but no one else other than those three.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.