The gitlab-ctl reconfigure command doesn't push updates made in gitlab.rb

When trying to configure LDAP on my newly installed CentOS 6 GitLab CE 8.12.6 server, I added the LDAP configuration settings to the /etc/gitlab/gitlab.rb file and then ran the gitlab-ctl reconfigure as root to apply the changes.

I log back into the server, and it shows LDAP as disabled under the Admin Area when I log on. I then run the following command that I found online to check my LDAP configuration:

sudo gitlab-rake gitlab:ldap:check RAILS_ENV=production

I get back the following response:

Checking LDAP …

LDAP is disabled in config/gitlab.yml

Checking LDAP … Finished

I check the gitlab.yml files on my system, and confirmed that the LDAP settings that I entered /etc/gitlab/gitlab.rb file are not there.

Is anyone else having this issue? When I run the Chef script, it says that everything was reconfigured successfully.

OK, I see the issue. It looks like I forgot the uncomment the LDAP configuration that I edited. Oops!