diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-28 18:12:12 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-28 18:12:12 +0100 |
commit | 47239aabef2619dba34e2702588bdbc70234c6f4 (patch) | |
tree | c0aec90d97daf56a786719a1357703f844b0e933 /config/gitlab.yml.example | |
parent | 9f4909faadcd3aa9bf85cd2bbf5bdb0c1eecf385 (diff) | |
download | gitlab-ce-47239aabef2619dba34e2702588bdbc70234c6f4.tar.gz |
Refer to rake gitlab:ldap:check script
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 6b527cf0212..fd2abb9eac0 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -114,6 +114,7 @@ production: &base # ========================== ## LDAP settings + # You can check your LDAP settings by running `bundle exec rake gitlab:ldap:check RAILS_ENV=production` ldap: enabled: false host: '_your_ldap_server' |