8/2/2026 at 11:12:57 AM
This looks really close to what I need. I manage a few laptops for a non-profit. For now, it is all done by hand, since I haven't found a good solution for Linux and I will kill myself before using Windows and Intune again.I would love to see configurations for Linux Mint's Cinnamon. Is there a way to execute custom scripts? How does the user mapping work exactly? Could I create a user in Authentik with a laptop-permission and this would map to a Linux user account?
Nonetheless, this is really great work so far, and if you keep it as nice and tidy as it currently looks, then you might make a nice niche for yourself. I can't wait to try it out.
by V__
8/2/2026 at 11:32:57 AM
Would ansible meet some or all of your needs?by solarengineer
8/3/2026 at 6:15:26 AM
That's what I thought as well, I manage a small (50-ish) fleet of Linux Desktops using Ansible. Not perfect, but good enough that it mostly gets the job done.by avhception
8/2/2026 at 11:48:40 AM
Unfortunately, only LDAP is currently supported. There is no implementation of Enterprise SSO like Oauth/SAML. It's planned for the future, but not in priority for now.I have never tested Cinnamon, but it should work in theory, because it stores most of it's settings in dconf.
Custom scripts: deliberately not, so far. Once a management agent runs arbitrary scripts as root, it stops being a policy system and becomes remote-code-execution-as-a-service — the security review, the audit story, and the "what exactly is enforced on this machine?" It may be implemented in the future, but with a ENV variable/config property from the application configuration. The same goes for configuration management systems like Ansible.
Thank you for the interest! I'm interested in developing a community around the software.
by eniac111
8/2/2026 at 4:27:39 PM
Is there a reason you cannot use samba group policy objects, sssd or one of the other solutions out there?by ranger_danger