diff options
author | Andrew Davis <abd3721@gmail.com> | 2018-02-28 16:20:02 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-28 16:20:02 +0000 |
commit | 94d3a6ed050c1d7ea59a13dd749a72deca1b0485 (patch) | |
tree | a81ed0d59e228a4c161f3a0ce96379f620dad6fe /doc/integration/saml.md | |
parent | 607f63f8a841b601cdc28ca11fcfcc21c76f3e8c (diff) | |
download | gitlab-ce-94d3a6ed050c1d7ea59a13dd749a72deca1b0485.tar.gz |
Change the wording to reduce confusion about whether you need to reconfigure or restart.
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r-- | doc/integration/saml.md | 3 |
1 files changed, 1 insertions, 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`. |