Remove TLS recommendation from LDAP info

This commit is contained in:
FreddleSpl0it 2025-04-07 08:40:14 +02:00
parent 3bea709a68
commit 03d8d22132
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Um einen **Identity Provider** zu konfigurieren, melden Sie sich als Administrat
* `Host`: Die Adresse Ihres LDAP-Servers. Sie können entweder eine einzelne Hostadresse oder eine durch Kommas getrennte Liste von Hosts angeben, die als Fallbacks verwendet werden können.
* `Port`: Der Port, über den die Verbindung zum LDAP-Server hergestellt wird.
* `Benutze SSL`: Aktiviert eine LDAPS-Verbindung. Wenn der Port auf `389` gesetzt ist, wird er automatisch auf `636` geändert.
* `Benutze TLS`: Aktiviert eine TLS-Verbindung. **TLS wird gegenüber SSL empfohlen**. SSL-Ports können nicht verwendet werden.
* `Benutze TLS`: Aktiviert eine TLS-Verbindung. SSL-Ports können nicht verwendet werden.
* `Ignoriere SSL Fehler`: Wenn aktiviert, wird die Überprüfung des SSL-Zertifikats deaktiviert.
* `Base DN`: Der Distinguished Name (DN), von dem aus Suchanfragen durchgeführt werden.
* `Username Feld`: Das LDAP-Attribut, das zur Identifizierung von Benutzern bei der Authentifizierung verwendet wird. Standardwert: `mail`.

View file

@ -5,7 +5,7 @@ To add or edit your **Identity Provider** configuration, log in to your *mailcow
* `Host`: The address of your LDAP server. You can provide a single hostname or a comma-separated list of hosts for fallback in case the primary server is unreachable.
* `Port`: The port used to connect to the LDAP server.
* `Use SSL`: enable LDAPS connection. If Port is set to `389` it will be overriden to `636`.
* `Use TLS`: enable TLS connection. **TLS is recommended over SSL**. SSL Ports cannot be used.
* `Use TLS`: enable TLS connection. SSL Ports cannot be used.
* `Ignore SSL Errors`: If enabled, SSL certificate validation will be bypassed.
* `Base DN`: The Distinguished Name (DN) from which searches will be performed.
* `Username Field`: The LDAP attribute used to identify users during authentication. Defaults to `mail`.