diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-04-05 17:04:16 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-04-05 17:04:16 +0300 |
commit | 7b290e29f0c7484617d4f1c09244db84c00c11b4 (patch) | |
tree | 7fd24ab1fc6efb119c92da17e609e76adacac3cc /doc/administration/auth/ldap.md | |
parent | 8a0a802ee960a21145995661c3751bbe8cde9e5c (diff) | |
download | gitlab-ce-7b290e29f0c7484617d4f1c09244db84c00c11b4.tar.gz |
Fix LDAP link and codeblock indentationdoc_ldap_fixes
[ci skip]
Diffstat (limited to 'doc/administration/auth/ldap.md')
-rw-r--r-- | doc/administration/auth/ldap.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md index 237700bbcd9..10096779844 100644 --- a/doc/administration/auth/ldap.md +++ b/doc/administration/auth/ldap.md @@ -261,13 +261,13 @@ tree and traverse it. - Run the following check command to make sure that the LDAP settings are correct and GitLab can see your users: - ```bash - # For Omnibus installations - sudo gitlab-rake gitlab:ldap:check + ```bash + # For Omnibus installations + sudo gitlab-rake gitlab:ldap:check - # For installations from source - sudo -u git -H bundle exec rake gitlab:ldap:check RAILS_ENV=production - ``` + # For installations from source + sudo -u git -H bundle exec rake gitlab:ldap:check RAILS_ENV=production + ``` ### Connection Refused |