# If you've configured "SSL-Verification: true" on previous Zammad-Versions, this setting is going to be a problem. # Below turns off SSL verification for all LDAP-Sources. You then can login again and have the time needed to fix the configuration. LdapSource.all.each do |l| l.preferences.merge!("ssl_verify"=>false) l.save end;