Linux – manage Windows 7 machines with an open source server

active-directorylinuxopenldapsambawindows-server-2008

Can I manage a small office of Windows machines with an open source solution? (~15 users)

(XP Pro, but will be moving to Windows 7 Pro as we get new computers over the next few months… as budget and dell vostro sales allow.)

For years, I've muddled though with a default set up of Ubuntu Server + Samba on an old box, and manually configured each client machine to have a shared "S:" drive.

This does work, but it's a huge headache to manually manage each machine. I'd love to be able to lock down the machines and push software installs, updates, and configuration changes from a central location.

I've seen FreeNas but the focus just seems to be on file services and integrating with an existing Windows network.

My specific question is:

What open source solutions exist for managing a SoHo/SMB network of Windows machines and users?

All I need is file service, user authentication, and machine configuration/policy management.

Thank you. 🙂

Best Answer

I'm in a similar position, except we've got nearly 50 machines. I'd like to be able to do everything with Group Policies. This does however REQUIRE a Windows Domain Controller.

Look at the costs involved. Your time to manage the network is expensive, whereas the amount of time you could save, and be working on other projects which are more beneficial to your employer, is much more valuable. (I'm assuming here that you're not a dedicated desktop support guy)

So, a pair of domain controllers, say from HP: DL320 4GB RAM will be more than adequate. £899.00 ex VAT each.

Then Windows Server 2008 R2 - £474.00 ex VAT

Total cost is just shy of £3000

Yes, you need 2. These are going to run your network authentication, without Domain Controllers, your network will rapidly go south. It's a small cost for a massive piece of mind.

And then you'll be ready to manage your growing windows network a lot more robustly than you can with Ubuntu and Samba. I'm all for open-source, but not when it comes to managing windows networks. I've been there personally, with Slapd and Samba, and openldap schemas, and let me put it like this. It's really not worth your time.

Related Topic