diff options
author | Drew Blessing <drew@gitlab.com> | 2016-03-21 21:25:15 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-03-22 15:35:27 -0500 |
commit | b25d42cee9db265afe15d8ef192490a1ce2e3471 (patch) | |
tree | bc68d47f05aac7d6d393bf19c45084879f5baf8f /doc/README.md | |
parent | f27210d54b98ac6e3113369b6a94c50ddb5f66a5 (diff) | |
download | gitlab-ce-b25d42cee9db265afe15d8ef192490a1ce2e3471.tar.gz |
Update LDAP docs [ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 08d0a6a5bfb..739b7e10194 100644 --- a/doc/README.md +++ b/doc/README.md @@ -19,10 +19,12 @@ ## Administrator documentation +- [Authentication/Authorization](administration/auth/README.md) Configure + external authentication with LDAP, SAML, CAS and additional Omniauth providers. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough. - [Install](install/README.md) Requirements, directory structures and installation from source. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components -- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter. +- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, Twitter. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars. - [Log system](logs/logs.md) Log system. |