"LDAP_Custom_Domain_Search_Description":"A piece of JSON that governs bind and connection info and is of the form:<br/> <code>{\"filter\": \"(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))\", \"scope\": \"sub\", \"userDN\": \"rocket.service@domain.com\", \"password\": \"urpass\"}</code>",
"LDAP_Default_Domain":"Default Domain",
@ -680,6 +681,7 @@
"LDAP_Encryption_Description":"The encryption method used to secure communications to the LDAP server. Examples include `plain` (no encryption), `SSL/LDAPS` (encrypted from the start), and `StartTLS` (upgrade to encrypted communication once connected).",
"LDAP_Host":"Host",
"LDAP_Host_Description":"The LDAP host, e.g. `ldap.example.com` or `10.0.0.30`.",
"LDAP_Idle_Timeout":"Idle Timeout (ms)",
"LDAP_Import_Users":"Import LDAP users",
"LDAP_Import_Users_Description":"It True sync process will be import all LDAP users <br/> *Caution!* Specify search filter to not import excess users.",