ClickHouse/docs/en/operations/external-authenticators/index.md

16 lines
597 B
Markdown
Raw Normal View History

2021-02-08 13:48:43 +00:00
---
sidebar_position: 48
sidebar_label: External User Authenticators and Directories
2021-02-08 13:48:43 +00:00
---
# External User Authenticators and Directories
2021-02-08 13:48:43 +00:00
2021-02-08 17:29:45 +00:00
ClickHouse supports authenticating and managing users using external services.
2021-02-08 19:01:33 +00:00
The following external authenticators and directories are supported:
2021-02-08 17:29:45 +00:00
2021-02-09 15:09:38 +00:00
- [LDAP](./ldap.md#external-authenticators-ldap) [Authenticator](./ldap.md#ldap-external-authenticator) and [Directory](./ldap.md#ldap-external-user-directory)
2021-02-28 19:11:29 +00:00
- Kerberos [Authenticator](./kerberos.md#external-authenticators-kerberos)
- [SSL X.509 authentication](./ssl-x509.md#ssl-external-authentication)
2021-03-10 11:27:40 +00:00