From 52e6d11e6fc9bd6b9053fed111102aab5c94a746 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Thu, 1 Sep 2022 09:13:22 +0200 Subject: [PATCH] SONAR-17231 Improve LDAP documentation structure --- .../src/pages/instance-administration/authentication/ldap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/instance-administration/authentication/ldap.md b/server/sonar-docs/src/pages/instance-administration/authentication/ldap.md index 415603b0eed..ae767606e68 100644 --- a/server/sonar-docs/src/pages/instance-administration/authentication/ldap.md +++ b/server/sonar-docs/src/pages/instance-administration/authentication/ldap.md @@ -24,7 +24,7 @@ CRAM-MD5|![](/images/check.svg)| |![](/images/check.svg)|![](/images/check.svg) GSSAPI|![](/images/check.svg)| | | ![](/images/check.svg) = successfully tested -### Setup +## Setup 1. Configure LDAP by editing _$SONARQUBE-HOME/conf/sonar.properties_ (see table below) 2. Restart the SonarQube server and check the log file for: ``` @@ -71,7 +71,7 @@ Property|Description|Default value|Required|Example for Active Directory `ldap.group.request`|LDAP group request.|`(&(objectClass=groupOfUniqueNames)(uniqueMember={dn}))`|No|`(&(objectClass=group)(member={dn}))` `ldap.group.idAttribute`|Property used to specifiy the attribute to be used for returning the list of user groups in the compatibility mode.|`cn`|No|`sAMAccountName` -### Sample Configuration +### Configuration sample ``` # LDAP configuration # General Configuration -- 2.39.5