summaryrefslogtreecommitdiff
path: root/doc/integration/cas.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 08:38:25 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 08:38:25 +0100
commitad85eccc188c5858d27f61cddf3fd0ea7130da3f (patch)
treeae049ed48023b6836e4e8e86f2fc0ef800a9a129 /doc/integration/cas.md
parent7524406189939a1e872251f6aac4bcb5038cad1f (diff)
downloadgitlab-ce-ad85eccc188c5858d27f61cddf3fd0ea7130da3f.tar.gz
Mention reconfigure/restart in omniauth docs
[ci skip]
Diffstat (limited to 'doc/integration/cas.md')
-rw-r--r--doc/integration/cas.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/integration/cas.md b/doc/integration/cas.md
index e34e306f9ac..05cd501e1ab 100644
--- a/doc/integration/cas.md
+++ b/doc/integration/cas.md
@@ -58,8 +58,11 @@ To enable the CAS OmniAuth provider you must register your application with your
1. Save the configuration file.
-1. Run `gitlab-ctl reconfigure` for the omnibus package.
-
-1. Restart GitLab for the changes to take effect.
+1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you
+ installed GitLab via Omnibus or from source respectively.
On the sign in page there should now be a CAS tab in the sign in form.
+
+[reconfigure]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
+[restart]: ../administration/restart_gitlab.md#installations-from-source
+