class Gitlab::QA::Scenario::Test::Integration::LDAPTLS

def initialize

def initialize
  @gitlab_name = 'gitlab'
  @spec_suite = 'Test::Integration::LDAPTLS'
  @orchestrate_ldap_server = true
  @tls = true
  super
end