Hello,
I’m trying to debug a LDAP integration and following the docs I should be able to use the rails console but I get this:
# gitlab-rails console
--------------------------------------------------------------------------------
GitLab: 12.3.5 (2417d5becc7)
GitLab Shell: 10.0.0
PostgreSQL: 10.9
--------------------------------------------------------------------------------
Loading production environment (Rails 5.2.3)
irb(main):001:0> Rails.logger.level = Logger::DEBUG
=> 0
irb(main):002:0> LdapAllGroupsSyncWorker.new.perform
Traceback (most recent call last):
1: from (irb):2
NameError (uninitialized constant LdapAllGroupsSyncWorker)
What is the issue?
Thanks