diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-08 15:12:09 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-08 15:12:09 +0000 |
commit | 22a29eb9f29da97ce01073012d4b291be22c9dff (patch) | |
tree | 7a7398dc8a0577f907352d32001971e8cdc936bf | |
parent | c616327c1221dc91318a35769e01ab6932d497ea (diff) | |
parent | a3488637275ce5ca78e100bf27a26dad66da249d (diff) | |
download | gitlab-ce-22a29eb9f29da97ce01073012d4b291be22c9dff.tar.gz |
Merge branch 'docs/fix-authentication-links' into 'master'
Fix links to auth resources external to docs
See merge request gitlab-org/gitlab-ce!22180
-rw-r--r-- | doc/topics/authentication/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/authentication/index.md b/doc/topics/authentication/index.md index a645f65938f..9546f43eea8 100644 --- a/doc/topics/authentication/index.md +++ b/doc/topics/authentication/index.md @@ -23,7 +23,7 @@ This page gathers all the resources for the topic **Authentication** within GitL - [How to Configure LDAP with GitLab CE](../../administration/auth/how_to_configure_ldap_gitlab_ce/index.md) - [How to Configure LDAP with GitLab EE](https://docs.gitlab.com/ee/articles/how_to_configure_ldap_gitlab_ee/) - [Feature Highlight: LDAP Integration](https://about.gitlab.com/2014/07/10/feature-highlight-ldap-sync/) - - [Debugging LDAP](https://about.gitlab.com/handbook/support/workflows/ldap/debugging_ldap.html) + - [Debugging LDAP](https://about.gitlab.com/handbook/support/workflows/support-engineering/ldap/debugging_ldap.html) - **Integrations:** - [OmniAuth](../../integration/omniauth.md) - [Authentiq OmniAuth Provider](../../administration/auth/authentiq.md#authentiq-omniauth-provider) @@ -42,7 +42,7 @@ This page gathers all the resources for the topic **Authentication** within GitL ## Third-party resources -- [Kanboard Plugin GitLab Authentication](https://kanboard.net/plugin/gitlab-auth) +- [Kanboard Plugin GitLab Authentication](https://github.com/kanboard/plugin-gitlab-auth) - [Jenkins GitLab OAuth Plugin](https://wiki.jenkins-ci.org/display/JENKINS/GitLab+OAuth+Plugin) - [Set up Gitlab CE with Active Directory authentication](https://www.caseylabs.com/setup-gitlab-ce-with-active-directory-authentication/) - [How to customize GitLab to support OpenID authentication](http://eric.van-der-vlist.com/blog/2013/11/23/how-to-customize-gitlab-to-support-openid-authentication/) |