mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
16 lines
597 B
Markdown
16 lines
597 B
Markdown
---
|
|
sidebar_position: 48
|
|
sidebar_label: External User Authenticators and Directories
|
|
---
|
|
|
|
# External User Authenticators and Directories
|
|
|
|
ClickHouse supports authenticating and managing users using external services.
|
|
|
|
The following external authenticators and directories are supported:
|
|
|
|
- [LDAP](./ldap.md#external-authenticators-ldap) [Authenticator](./ldap.md#ldap-external-authenticator) and [Directory](./ldap.md#ldap-external-user-directory)
|
|
- Kerberos [Authenticator](./kerberos.md#external-authenticators-kerberos)
|
|
- [SSL X.509 authentication](./ssl-x509.md#ssl-external-authentication)
|
|
|