From 94d3a6ed050c1d7ea59a13dd749a72deca1b0485 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 28 Feb 2018 16:20:02 +0000 Subject: [PATCH] Change the wording to reduce confusion about whether you need to reconfigure or restart. --- doc/integration/saml.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/integration/saml.md b/doc/integration/saml.md index 3ae98adc465..f8a7dd6b1dc 100644 --- a/doc/integration/saml.md +++ b/doc/integration/saml.md @@ -109,8 +109,7 @@ in your SAML IdP: 1. Change the value of `issuer` to a unique name, which will identify the application to the IdP. -1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you - installed GitLab via Omnibus or from source respectively. +1. For the changes to take effect, you must [reconfigure][] GitLab if you installed via Omnibus or [restart GitLab][] if you installed from source. 1. Register the GitLab SP in your SAML 2.0 IdP, using the application name specified in `issuer`. -- GitLab