summaryrefslogtreecommitdiff
path: root/doc/administration/auth/ldap/google_secure_ldap.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/auth/ldap/google_secure_ldap.md')
-rw-r--r--doc/administration/auth/ldap/google_secure_ldap.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/administration/auth/ldap/google_secure_ldap.md b/doc/administration/auth/ldap/google_secure_ldap.md
index 01197fdacdf..e0612099221 100644
--- a/doc/administration/auth/ldap/google_secure_ldap.md
+++ b/doc/administration/auth/ldap/google_secure_ldap.md
@@ -24,33 +24,33 @@ The steps below cover:
1. Go to **Apps > LDAP > Add Client**.
-1. Provide an `LDAP client name` and an optional `Description`. Any descriptive
- values are acceptable. For example, the name could be 'GitLab' and the
- description could be 'GitLab LDAP Client'. Select the **Continue** button.
+1. Provide an **LDAP client name** and an optional **Description**. Any descriptive
+ values are acceptable. For example, the name could be `GitLab` and the
+ description could be `GitLab LDAP Client`. Select **Continue**.
![Add LDAP Client Step 1](img/google_secure_ldap_add_step_1.png)
1. Set **Access Permission** according to your needs. You must choose either
- 'Entire domain (GitLab)' or 'Selected organizational units' for both 'Verify user
- credentials' and 'Read user information'. Select 'Add LDAP Client'
+ `Entire domain (GitLab)` or `Selected organizational units` for both **Verify user
+ credentials** and **Read user information**. Select **Add LDAP Client**.
NOTE:
If you plan to use GitLab [LDAP Group Sync](ldap_synchronization.md#group-sync)
- , turn on 'Read group information'.
+ , turn on `Read group information`.
![Add LDAP Client Step 2](img/google_secure_ldap_add_step_2.png)
1. Download the generated certificate. This is required for GitLab to
communicate with the Google Secure LDAP service. Save the downloaded certificates
- for later use. After downloading, select the **Continue to Client Details** button.
+ for later use. After downloading, select **Continue to Client Details**.
-1. Expand the **Service Status** section and turn the LDAP client 'ON for everyone'.
- After selecting 'Save', select the 'Service Status' bar again to collapse
+1. Expand the **Service Status** section and turn the LDAP client `ON for everyone`.
+ After selecting **Save**, select the **Service Status** bar again to collapse
and return to the rest of the settings.
-1. Expand the **Authentication** section and choose 'Generate New Credentials'.
- Copy/note these credentials for later use. After selecting 'Close', select
- the 'Authentication' bar again to collapse and return to the rest of the settings.
+1. Expand the **Authentication** section and choose **Generate New Credentials**.
+ Copy/note these credentials for later use. After selecting **Close**, select
+ the **Authentication** bar again to collapse and return to the rest of the settings.
Now the Google Secure LDAP Client configuration is finished. The screenshot below
shows an example of the final settings. Continue on to configure GitLab.