diff options
author | Evan Read <eread@gitlab.com> | 2019-01-30 13:41:53 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-30 13:41:53 +1000 |
commit | b6d3cf4f3f2622477d245afe02f3050e36683eab (patch) | |
tree | a05940ff7589e329433fc1278b312a885d4509f2 | |
parent | 6108db034e3a10e06a70255ec25fc66e8e0c6fcd (diff) | |
download | gitlab-ce-b6d3cf4f3f2622477d245afe02f3050e36683eab.tar.gz |
Surface link to auth section index
-rw-r--r-- | doc/administration/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md index ecb0801bac4..0b673d61139 100644 --- a/doc/administration/index.md +++ b/doc/administration/index.md @@ -89,7 +89,7 @@ Learn how to install, configure, update, and maintain your GitLab instance. - [Libravatar](../customization/libravatar.md): Use Libravatar instead of Gravatar for user avatars. - [Sign-up restrictions](../user/admin_area/settings/sign_up_restrictions.md): block email addresses of specific domains, or whitelist only specific domains. - [Access restrictions](../user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols): Define which Git access protocols can be used to talk to GitLab (SSH, HTTP, HTTPS). -- [Authentication/Authorization](../topics/authentication/index.md#gitlab-administrators): Enforce 2FA, configure external authentication with LDAP, SAML, CAS and additional Omniauth providers. +- [Authentication and Authorization](auth/README.md): Configure external authentication with LDAP, SAML, CAS and additional providers. See also other [authentication](../topics/authentication/index.md#gitlab-administrators) topics (for example, enforcing 2FA). - [Incoming email](incoming_email.md): Configure incoming emails to allow users to [reply by email], create [issues by email] and [merge requests by email], and to enable [Service Desk]. |