"LDAP_Sync_User_Data_Channels_Enforce_AutoChannels_Description":"**Attention**: Enabling this will remove any users in a channel that do not have the corresponding LDAP group! Only enable this if you know what you're doing.",
"LDAP_Sync_User_Data_Channels_Filter":"User Group Filter",
"LDAP_Sync_User_Data_Channels_Filter_Description":"The LDAP search filter used to check if a user is in a group.",
"LDAP_Sync_User_Data_Channels_GroupMembershipValidationStrategy_Description":"Determine how users' memberships to LDAP groups should be validated. \n - **Apply filter for each group**: apply the LDAP user group filter for each group (key) defined in the LDAP group channel map. This is slower, but can be useful in case you need to use the `#{groupName}` replacement tag to define membership; \n - **Apply filter once to get all memberships**: apply the LDAP user group filter once for each user. A given user will be considered a member of all groups returned by the LDAP search. This is a **faster** option that can be applied in case the `#{groupName}` replacement tag is not used by the filter (e.g. when filtering by the `member` field in groups).",
"LDAP_Sync_User_Data_ChannelsMap":"LDAP Group Channel Map",
"LDAP_Sync_User_Data_ChannelsMap_Default":"// Enable Auto Sync LDAP Groups to Channels above",
"LDAP_Sync_User_Data_ChannelsMap_Description":"Map LDAP groups to Rocket.Chat channels. \n As an example, `{\"employee\":\"general\"}` will add any user in the LDAP group employee, to the general channel.",
"LDAP_Sync_User_Data_GroupMembershipValidationStrategy_EachGroup":"Apply filter for each group",
"LDAP_Sync_User_Data_GroupMembershipValidationStrategy_Once":"Apply filter once to get all memberships",
"LDAP_Sync_User_Data_Roles_AutoRemove":"Auto Remove User Roles",
"LDAP_Sync_User_Data_Roles_AutoRemove_Description":"**Attention**: Enabling this will automatically remove users from a role if they are not assigned in LDAP! This will only remove roles automatically that are set under the user data group map below.",
"LDAP_Sync_User_Data_Roles_BaseDN":"LDAP Group BaseDN",
"LDAP_Sync_User_Data_Roles_BaseDN_Description":"The LDAP BaseDN used to lookup users.",
"LDAP_Sync_User_Data_Roles_Filter":"User Group Filter",
"LDAP_Sync_User_Data_Roles_Filter_Description":"The LDAP search filter used to check if a user is in a group.",
"LDAP_Sync_User_Data_Roles_GroupMembershipValidationStrategy_Description":"Determine how users' memberships to LDAP groups should be validated. \n - **Apply filter for each group**: apply the LDAP user group filter for each group (key) defined in the LDAP group channel map. This is slower, but can be useful in case you need to use the `#{groupName}` replacement tag to define membership; \n - **Apply filter once to get all memberships**: apply the LDAP user group filter once for each user. A given user will be considered a member of all groups returned by the LDAP search. This is a **faster** option that can be applied in case the `#{groupName}` replacement tag is not used by the filter (e.g. when filtering by the `member` field in groups).",
"LDAP_Sync_User_Data_RolesMap":"User Data Group Map",
"LDAP_Sync_User_Data_RolesMap_Description":"Map LDAP groups to Rocket.Chat user roles \n As an example, `{\"rocket-admin\":\"admin\", \"tech-support\":\"support\", \"manager\":[\"leader\", \"moderator\"]}` will map the rocket-admin LDAP group to Rocket's \"admin\" role.",