LDAP Integration, "plain" still trying to negotiate TLS

The domain controller my GitLab server was pointed was removed so I’m trying to point it to a new one and even when I set “method” to plain instead of TLS I get this error NameError (uninitialized constant Net::LDAP::StartTlSError): lib/gitlab/ldap/ - Pastebin.com (I get the same error if it is set ssl or tls). It looks like it is still trying to do TLS because in a packet capture I see “requestName: 1.3.6.1.4.1.1466.20037 (LDAP_START_TLS_OID)” sent out from my GitLab server and the DC replies back with “errorMessage: 00000000: LdapErr: DSID-0C090FAB, comment: Error initializing SSL/TLS, data 0, v2580”

Why would it still be trying to negotiate SSL/TLS when I have the method set to plain?

**To clarify some, I get the first error listed above in the gitlab-rails/production.log and I get this error LDAP users with access to your GitLab server (only showing the first 100 results - Pastebin.com when I run gitlab-rake gitlab:check.

The problem was I wasn’t running “gitlab-ctl reconfigure” after changing it.