diff --git a/src/current/v24.3/ldap-authentication.md b/src/current/v24.3/ldap-authentication.md index 14ab5bff2cd..7c076c5d522 100644 --- a/src/current/v24.3/ldap-authentication.md +++ b/src/current/v24.3/ldap-authentication.md @@ -4,6 +4,10 @@ summary: Learn how to configure CockroachDB for user authentication using LDAP-c toc: true --- +{{site.data.alerts.callout_info}} +{% include feature-phases/preview.md %} +{{site.data.alerts.end}} + CockroachDB supports authentication and authorization using LDAP-compatible directory services, such as Active Directory and Microsoft Entra ID. This allows you to integrate your cluster with your organization's existing identity infrastructure for centralized user management and access control. This page describes how to configure CockroachDB user authentication using LDAP. You can additionally configure CockroachDB to use the same directory service for user [authorization]({% link v24.3/ldap-authorization.md %}) (role-based access control), which assigns CockroachDB roles to users based on their group memberships in the directory. diff --git a/src/current/v24.3/ldap-authorization.md b/src/current/v24.3/ldap-authorization.md index b4efbb4cf9b..3a2cca6c56b 100644 --- a/src/current/v24.3/ldap-authorization.md +++ b/src/current/v24.3/ldap-authorization.md @@ -4,6 +4,10 @@ summary: Learn how to configure role-based access control (authorization) using toc: true --- +{{site.data.alerts.callout_info}} +{% include feature-phases/preview.md %} +{{site.data.alerts.end}} + You can configure your cluster to assign [roles]({% link {{ page.version.version }}/ldap-authentication.md %}) based on a user's group membership in an LDAP service, such as Active Directory or Microsoft Entra ID. When enabled: