Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-09-08 17:30:10 +0400
committerMarin Jankovski <marin@gitlab.com>2014-09-08 17:30:10 +0400
commit67c956e16d11c2f0960b2d07efe0f57c617d9cd2 (patch)
tree93166601e1340bbde851fb98e0c2edd4859d5483 /doc
parente59b3720e97594eeccb5e0a44c40f0cbd78fe7eb (diff)
Link the doc in installation document.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 0a5cd0b4d4c..0fdd48aeb05 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -398,3 +398,7 @@ You also need to change the corresponding options (e.g. `ssh_user`, `ssh_host`,
### LDAP Authentication
You can configure LDAP authentication in `config/gitlab.yml`. Please restart GitLab after editing this file.
+
+### Using Custom Omniauth Providers
+
+See the [omniauth integration document](doc/integration/omniauth.md)