diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-06-13 14:03:25 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-07-26 02:43:41 -0700 |
commit | 26ee3a28029597f6813e652a09288504e9a2291d (patch) | |
tree | 1f022f914a651293b868be8aa7c271341a37b0ea /config/gitlab.yml.example | |
parent | 7f92a36a36ab8183c843982bf91bdabb45861154 (diff) | |
download | gitlab-ce-26ee3a28029597f6813e652a09288504e9a2291d.tar.gz |
Mention how to test LDAP connections
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 106658ad12b..e9bf2df490f 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -228,7 +228,8 @@ production: &base # ========================== ## LDAP settings - # You can inspect a sample of the LDAP users with login access by running: + # You can test connections and inspect a sample of the LDAP users with login + # access by running: # bundle exec rake gitlab:ldap:check RAILS_ENV=production ldap: enabled: false |