this post was submitted on 17 Jul 2026
847 points (99.3% liked)

Technology

86548 readers
3749 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] OS2Warp@lemmy.zip -1 points 6 days ago (2 children)

Great; what OS has the equivalent of Group Policy and Active Directory besides windows?

[–] toddestan@lemmy.world 6 points 6 days ago (1 children)

The funny thing is, the people who care about Group Policy and Active Directory are the same people who aren't happy about their network potentially being compromised because someone hooked up their work laptop up to a monitor at their home.

[–] OS2Warp@lemmy.zip 1 points 5 days ago

Still didn’t answer the question.

[–] enumerator4829@sh.itjust.works 2 points 6 days ago* (last edited 6 days ago) (1 children)

This is the one thing holding open source back, and the thing Linux users keep pissing on without understanding it.

The CTOs inept nephew can manage your fleet of windows machines and you get all the checkbox security you need for compliance (and some real security):

  • Centrally managed
  • Logs that are fairly hard to manipulate
  • SecureBoot + Bitlocker

That same feature set on Linux will cost you a ton of money in skilled staff if you want to check the same compliance checkboxes. (As for real security, who cares, no one is doing that anyway)

Kind regards: someone who has managed Linux fleets.

[–] OS2Warp@lemmy.zip 1 points 5 days ago (1 children)

THANK YOU!

So many people just don’t get it; happy to see someone rational who does.

I WISH Linux had something like this, but it’s like NT 4.0; it doesn’t have it.

[–] enumerator4829@sh.itjust.works 1 points 3 days ago (1 children)

It’s getting there, slowly.

  • Clevis can do network and TPM pinned disk decryption.
  • With Linux UKIs you can do self signed secure boot, we still need the mechanisms for central signing. This would actually be better that windows, you control your own PKI and Microsoft can’t sign garbage your machines boot.
  • Logs is a somewhat bogus argument - log falsification on Windows has been done too. But linux is rather unprotected in comparison.

But the biggest issue is the mentality of ”I own my computer”. Sure, you own your private machine, but your company owns the computer you use for work and the data on it and has an interest in protecting that data from you. That particular threat model is hard to communicate, as Linux users normally don’t think of themselves as a threat vector.

[–] OS2Warp@lemmy.zip 1 points 2 days ago (1 children)

Good to know they’re working on boot; what about something similar to AD and GPO?

[–] enumerator4829@sh.itjust.works 1 points 21 hours ago

I hope no one tries to push GPO-like stuff on Linux. I get where you are coming from, but for example Puppet will give you a lot more power and and flexibility. There is no registry. ”Everything is a file” is actually true, you just manage a bunch of config files instead.

As for AD, you have FreeIPA as the major contender. It works. You can also just join your Linux clients to your AD. Kerberos works just as expected.

(RedHat actually tried pushing management of Gnome via FreeIPA á la GPO. It sucks, because the desktop environment is just a tiny part of what you might want to manage, so suddenly you need to have both that bullshit and your normal configuration management tool.)