1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

document start TLS support

This commit is contained in:
Kyle Spearrin
2020-03-04 11:34:27 -05:00
parent 098ed44fe6
commit c0674cc4d7

View File

@@ -42,7 +42,8 @@ The following directory configuration options can be set:
| Server Hostname | The hostname of your directory server. | `ad.example.com` or `ldap.company.local` |
| Port | The port on which your directory server is listening. | 389 or 10389 |
| Root Path | The root path at which the Directory Connector should start all queries. | `cn=users,dc=ad,dc=company,dc=com` |
| LDAPS | If the server is using LDAP over SSL (LDAPS). | |
| SSL | If the server is using LDAP over SSL (LDAPS). | |
| TLS | If the server is using LDAP over TLS (STARTTLS). | |
| Active Directory | If the server is an Active Directory server. | |
| Username | The distinguished name of an administrative user that the application will use when connecting to the directory server. For Active Directory, the user should be a member of the built-in administrators group. | `cn=admin,cn=users,dc=ad,dc=company,dc=com` or `company\admin` (Active Directory) |
| Password | The password of the user specified above. The password is safely stored in the operating system's native credential manager. | |