summaryrefslogtreecommitdiff
path: root/doc/administration/raketasks/ldap.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 06:08:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 06:08:32 +0000
commit0f8c2334f0e57a22bf10e4485c17f856289e4fb4 (patch)
tree6cf14307d353a1ac89cc5f7e022c110329dd9282 /doc/administration/raketasks/ldap.md
parentccaa94488202341c25d24f6f16a70a9f658fc742 (diff)
downloadgitlab-ce-0f8c2334f0e57a22bf10e4485c17f856289e4fb4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/raketasks/ldap.md')
-rw-r--r--doc/administration/raketasks/ldap.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/administration/raketasks/ldap.md b/doc/administration/raketasks/ldap.md
index 36db98a2102..41a9a4192cf 100644
--- a/doc/administration/raketasks/ldap.md
+++ b/doc/administration/raketasks/ldap.md
@@ -9,7 +9,7 @@ using the command below.
**Omnibus Installation**
-```
+```bash
sudo gitlab-rake gitlab:ldap:check
```
@@ -41,7 +41,7 @@ instead.
**Omnibus Installation**
-```
+```bash
sudo gitlab-rake gitlab:ldap:group_sync
```
@@ -101,7 +101,7 @@ sudo gitlab-rake gitlab:ldap:rename_provider[ldapmain,ldapmycompany]
Example output:
-```
+```plaintext
100 users with provider 'ldapmain' will be updated to 'ldapmycompany'.
If the new provider is incorrect, users will be unable to sign in.
Do you want to continue (yes/no)? yes
@@ -128,7 +128,7 @@ bundle exec rake gitlab:ldap:rename_provider RAILS_ENV=production
**Example output:**
-```
+```plaintext
What is the old provider? Ex. 'ldapmain': ldapmain
What is the new provider? Ex. 'ldapcustom': ldapmycompany
```