- last update
about 2 years ago 1 pass - last update
about 2 years ago 1 pass
The LdapSsoAuthAdminForm class is requesting a service that doe not exist, and two use statements to classes that do not exist.
use Drupal\ldap_servers\ServerFactory;
use Drupal\ldap_authentication\Helper\LdapAuthenticationConfiguration;
$container->get('ldap.servers')
Go to the LdapSsoAuthAdminForm, admin/config/people/simple-ldap/sso-auth. There are errors about a non-existing service.
Remove references to non-existing things and add a functional test for the LdapSsoAuthAdminForm.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.