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 @@
- 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.