For years, I’ve used jails in BSD to manage individual users on a machine. Each user gets their own jail with syncthing and they can setup whatever they want. I force a few defaults, but otherwise, they’re free to sync with abandon.
I have an ldap server in my environment that controls access to everything.
What I was hoping would happen is that each user logging into syncthing via their ldap credentials would see their own set of folders. What is happening is that every user sees every folder. If I read and understand the code correctly, this is by design.
Is there a way to limit folders per ldap user? Or said another way, is there a way to make a syncthing instance multi-user?
Thanks!