From 58bea9a7b7622458b8ed4cf055b0ba681975d65c Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 15 May 2020 12:06:03 -0700 Subject: [PATCH] Added LDAP sample config, changed agent invite text. --- sample-config.json | 30 ++++++++++++++++++++++++++++++ views/agentinvite.handlebars | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index d033cd65..245c2e36 100644 --- a/sample-config.json +++ b/sample-config.json @@ -188,6 +188,36 @@ "_Title2": "TestServer", "_NewAccounts": 1, "_Auth": "sspi", + "__Auth": "ldap", + "_LDAPUserName": "gecos", + "_LDAPUserKey": "uid", + "_LDAPUserEmail": "otherMail", + "_LDAPPptions": { + "URL": "test", + "anne": { + "gecos": "Anne O'Nyme", + "displayName": "O Nyme anne", + "uid": "anneonyme", + "mail": "anneonyme@example.com", + "email": "anneonyme@example.com", + "otherMail": [ "other.anneonyme@example.com", "anneonyme@example.com" ] + }, + "so": { + "displayName": "Sticker Sophie", + "gecos": "Sophie Sticker", + "uid": "ssticker", + "mail": "ssticker@example.com", + "email": "ssticker@example.com", + "otherMail": [ "other.ssticker@example.com", "ssticker@example.com" ] + } + }, + "__LDAPOptions": { + "URL": "ldap://1.2.3.4:389", + "BindDN": "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local", + "BindCredentials": "Password.1", + "SearchBase": "DC=meshcentral,DC=local", + "SearchFilter": "(sAMAccountName={{username}})" + }, "_Footer": "Test", "_CertUrl": "https://192.168.2.106:443/" }, diff --git a/views/agentinvite.handlebars b/views/agentinvite.handlebars index 06ee7e12..2e637d12 100644 --- a/views/agentinvite.handlebars +++ b/views/agentinvite.handlebars @@ -73,7 +73,7 @@

Remote Agent Installation

- You have been invited to install a software that will allow a remote operator to fully access your computer remotely including the desktop and files. Only follow the instructions below if this invitation was expected and you know who will be accessing your computer. Selecting your operation system and follow the instructions below. + You have been invited to install an application that will allow a remote operator to securely access your computer including the desktop and files. Only follow the instructions below if this invitation was expected and you know who will be accessing your computer. Select your operating system and follow the instructions below for installation.