{{ t('LDAP User Default') }} {{ t('Add new default for LDAP import') }}
@if (post.containers._ids.length === 0) {
{{ t('Please select a container.') }}
}

{{ t('Only users belonging to the selected LDAP groups will be imported.') }}
{{ t('Only LDAP groups are displayed, where a user container role is assigned.') }}
@for (ldapGroup of usercontainerrolesByLdapGroup; track ldapGroup) {
{{ ldapGroup.value.cn }} ({{ ldapGroup.value.dn }})
@for (userContainerRole of ldapGroup.value.containerroles; track $index) {
@if (userContainerRole.allowEdit) { {{ userContainerRole.name }} } @else { {{ userContainerRole.name }} }
@for (container of userContainerRole.containerPermissions.containers; track container.id) { @if (container.allowView) { {{ container.path }} } @else { {{ container.path }} } @if (filteredContainerIds.indexOf(container.id) === -1) { {{ t('Container not in selected range!') }} }
}
} }

{{ t('These values are automatically applied to every newly imported user.') }}
{{ t('Container assignments defined in the user will overwrite permissions inherited from Container Roles!') }}
@for (userContainer of selectedUserContainerWithPermission; track $index) { {{ userContainer.container_name }}
}
@if (post && post.ldapgroups && post.ldapgroups._ids && post.ldapgroups._ids.length > 0) {
{{ t('Fall back user role that is used by the system, when no user role assignment through LDAP is possible.') }}
}
{{ timezone.name }}
{{ t('Server timezone is:') }} {{ serverTimeZone }}. {{ t('Current server time:') }} {{ serverTime }}