"LDAP_Unique_Identifier_Field_Description":"Which field will be used to link the LDAP user and the Rocket.Chat user. You can inform multiple values separated by comma to try to get the value from LDAP record.<br/>Default value is `objectGUID,ibm-entryUUID,GUID,dominoUNID,nsuniqueId,uidNumber`",
"LDAP_User_Found":"LDAP User Found",
"LDAP_User_Search_AttributesToQuery":"Attributes to Query",
"LDAP_User_Search_AttributesToQuery_Description":"Specify which attributes should be returned on LDAP queries, separating them with commas. Defaults to everything. `*` represents all regular attributes and `+` represents all operational attributes. Make sure to include every attribute that is used by every Rocket.Chat sync option.",
"LDAP_User_Search_Field":"Search Field",
@ -2564,6 +2565,7 @@
"LDAP_User_Search_Scope":"Scope",
"LDAP_Username_Field":"Username Field",
"LDAP_Username_Field_Description":"Which field will be used as *username* for new users. Leave empty to use the username informed on login page.<br/>You can use template tags too, like `#{givenName}.#{sn}`.<br/>Default value is `sAMAccountName`.",
"LDAP_Username_To_Search":"Username to search",
"LDAP_Validate_Teams_For_Each_Login":"Validate mapping for each login",
"LDAP_Validate_Teams_For_Each_Login_Description":"Determine if users' teams should be updated every time they login to Rocket.Chat. If this is turned off the team will be loaded only on their first login.",