Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b290e29
Commit
7b290e29
authored
Apr 05, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LDAP link and codeblock indentation
[ci skip]
parent
8a0a802e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
doc/administration/auth/ldap.md
doc/administration/auth/ldap.md
+6
-6
doc/integration/ldap.md
doc/integration/ldap.md
+1
-1
No files found.
doc/administration/auth/ldap.md
View file @
7b290e29
...
...
@@ -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
...
...
doc/integration/ldap.md
View file @
7b290e29
# GitLab LDAP integration
This document was moved under
[
`administration/auth/ldap`
](
administration/auth/ldap.md
)
.
This document was moved under
[
`administration/auth/ldap`
](
../
administration/auth/ldap.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment