LDAP Configuration Ldapmain because "Invalid credentials for ..."

Ok, tried changing verify_certificates to false and same output and looks the same in the production.log…

with verify_certificate: true

Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 898)
Started POST "/users/auth/ldapmain/callback" for 192.168.172.88 at 2021-04-01 12:05:43 -0700
Processing by OmniauthCallbacksController#failure as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "username"=>"tony.annese", "password"=>"[FILTERED]"}
Redirected to http://192.168.103.160/users/sign_in
Completed 302 Found in 47ms (ActiveRecord: 7.0ms | Elasticsearch: 0.0ms | Allocations: 8781)
Started GET "/users/sign_in" for 192.168.172.88 at 2021-04-01 12:05:49 -0700

With verify_certificates: false

Started GET "/-/metrics" for 127.0.0.1 at 2021-04-01 12:12:22 -0700
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 843)
Processing by OmniauthCallbacksController#failure as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "username"=>"tony.annese", "password"=>"[FILTERED]"}
Redirected to http://192.168.103.160/users/sign_in
Completed 302 Found in 38ms (ActiveRecord: 5.9ms | Elasticsearch: 0.0ms | Allocations: 7943)
Started GET "/users/sign_in" for 192.168.172.88 at 2021-04-01 12:12:23 -0700