Ylian Saint-Hilaire
Ylian Saint-Hilaire
Thanks for porting this and the details. This is probably from this [Reddit Post](https://www.reddit.com/r/MeshCentral/comments/oz8nh5/4_monitors_on_linux_manjaro/).
I just checked in the first part of the request. In v1.0.71, you can add this to the domain section of the config.json: ``` { "settings": { "Cert": "central.mesh.meshcentral.com", "Postgres":...
Ok, checked in a big change on LDAP. MeshCentral will now automatically create user groups that match a user's LDAP "memberOf" groups. It will then auto-join/remove users from these LDAP...
Ohhh dear. Ok, I don't have to pick one of these, I can implement many of these solutions. I can add the auto-create on search string easily. I will do...
Ok, I just added a way to filter what LDAP membership groups will be synced with MeshCentral user groups. ``` { "settings": { "Cert": "central.mesh.meshcentral.com", "Port": 443, "RedirPort": 80 },...
I want to look at this a different way. There are a lot of things in the config.json that are confidential and so, I want to protect the entire config.json....
I am stumped. It indeed looks like you are ready to go, especially since letsdebug did some tests on your server and it worked. As you correctly understand, Let's Encrypt...
One idea would be to run CertBot and see if you can get a staining Let's Encrypt cert. This would eliminate MeshCentral as the issue, but if it does, there...
Is should work. Stop the agent service, open an administrator command prompt, got to "c:\program files\mesh agent" (or what ever you path is) and running the meshagent like this: ```...
Good observation. Bryan needs to look into this.