From 67c956e16d11c2f0960b2d07efe0f57c617d9cd2 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Mon, 8 Sep 2014 15:30:10 +0200 Subject: [PATCH] Link the doc in installation document. --- doc/install/installation.md | 4 ++++ 1 file changed, 4 insertions(+) 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) -- GitLab