[Web] add ldap idp
This commit is contained in:
@@ -212,17 +212,22 @@
|
||||
"host": "Host",
|
||||
"html": "HTML",
|
||||
"iam": "Identity Provider",
|
||||
"iam_attribute_field": "Attribute Field",
|
||||
"iam_authorize_url": "Authorization endpoint",
|
||||
"iam_auth_flow": "Authentication Flow",
|
||||
"iam_auth_flow_info": "In addition to the Authorization Code Flow (Standard Flow in Keycloak), which is used for Single-Sign On login, mailcow also supports Authentication Flow with direct Credentials. The Mailpassword Flow attempts to validate the user's credentials by using the Keycloak Admin REST API. mailcow retrieves the hashed password from the <code>mailcow_password</code> attribute, which is mapped in Keycloak.",
|
||||
"iam_basedn": "Base DN",
|
||||
"iam_client_id": "Client ID",
|
||||
"iam_client_secret": "Client Secret",
|
||||
"iam_client_scopes": "Client Scopes",
|
||||
"iam_description": "Configure an external OIDC Provider for Authentication<br>User's mailboxes will be automatically created upon their first login, provided that an attribute mapping has been set.",
|
||||
"iam_description": "Configure an external Provider for Authentication<br>User's mailboxes will be automatically created upon their first login, provided that an attribute mapping has been set.",
|
||||
"iam_extra_permission": "For the following settings to work, the mailcow client in Keycloak needs a <code>Service account</code> and the permission to <code>view-users</code>.",
|
||||
"iam_host": "Host",
|
||||
"iam_import_users": "Import Users",
|
||||
"iam_mapping": "Attribute Mapping",
|
||||
"iam_bindpass": "Bind Password",
|
||||
"iam_periodic_full_sync": "Periodic Full Sync",
|
||||
"iam_port": "Port",
|
||||
"iam_realm": "Realm",
|
||||
"iam_redirect_url": "Redirect Url",
|
||||
"iam_rest_flow": "Mailpassword Flow",
|
||||
@@ -232,6 +237,8 @@
|
||||
"iam_test_connection": "Test Connection",
|
||||
"iam_token_url": "Token endpoint",
|
||||
"iam_userinfo_url": "User info endpoint",
|
||||
"iam_username_field": "Username Field",
|
||||
"iam_binddn": "Bind DN",
|
||||
"iam_version": "Version",
|
||||
"import": "Import",
|
||||
"import_private_key": "Import private key",
|
||||
@@ -702,8 +709,8 @@
|
||||
"sieve_desc": "Short description",
|
||||
"sieve_type": "Filter type",
|
||||
"skipcrossduplicates": "Skip duplicate messages across folders (first come, first serve)",
|
||||
"sogo_access": "Grant direct login access to SOGo",
|
||||
"sogo_access_info": "Single-sign-on from within the mail UI remains working. This setting does neither affect access to all other services nor does it delete or change a user's existing SOGo profile.",
|
||||
"sogo_access": "Direct forwarding to SOGo",
|
||||
"sogo_access_info": "After logging in, the user is automatically redirected to SOGo.",
|
||||
"sogo_visible": "Alias is visible in SOGo",
|
||||
"sogo_visible_info": "This option only affects objects, that can be displayed in SOGo (shared or non-shared alias addresses pointing to at least one local mailbox). If hidden, an alias will not appear as selectable sender in SOGo.",
|
||||
"spam_alias": "Create or change time limited alias addresses",
|
||||
@@ -1196,7 +1203,7 @@
|
||||
"delete_ays": "Please confirm the deletion process.",
|
||||
"direct_aliases": "Direct alias addresses",
|
||||
"direct_aliases_desc": "Direct alias addresses are affected by spam filter and TLS policy settings.",
|
||||
"direct_protocol_access": "This mailbox user has <b>direct, external access</b> to the following protocols and applications. This setting is controlled by your administrator. App passwords can be created to grant access to individual protocols and applications.<br>The \"Login to webmail\" button provides single-sign-on to SOGo and is always available.",
|
||||
"direct_protocol_access": "This mailbox user has <b>direct, external access</b> to the following protocols and applications. This setting is controlled by your administrator. App passwords can be created to grant access to individual protocols and applications.<br>The \"Webmail\" button provides single-sign-on to SOGo and is always available.",
|
||||
"eas_reset": "Reset ActiveSync device cache",
|
||||
"eas_reset_help": "In many cases a device cache reset will help to recover a broken ActiveSync profile.<br><b>Attention:</b> All elements will be redownloaded!",
|
||||
"eas_reset_now": "Reset now",
|
||||
@@ -1237,7 +1244,7 @@
|
||||
"no_last_login": "No last UI login information",
|
||||
"no_record": "No record",
|
||||
"open_logs": "Open logs",
|
||||
"open_webmail_sso": "Login to webmail",
|
||||
"open_webmail_sso": "Webmail",
|
||||
"overview": "Overview",
|
||||
"password": "Password",
|
||||
"password_now": "Current password (confirm changes)",
|
||||
|
||||
Reference in New Issue
Block a user