You are here

service ldap.user_manager in Lightweight Directory Access Protocol (LDAP) 8.4

Class

Drupal\ldap_servers\LdapUserManager
5 string references to ldap.user_manager
LDAPAuthorizationProvider::getProposals in ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php
Get the proposals for this users.
LdapEntryProvisionTest::setUp in ldap_user/tests/src/Kernel/LdapEntryProvisionTest.php
Test setup.
LdapUserTestForm::create in ldap_user/src/Form/LdapUserTestForm.php
Instantiates a new instance of this class.
ldap_user_form_register_form_validate in ldap_user/ldap_user.module
Implements hook_form_validate().
LoginTest::setUp in ldap_authentication/tests/src/Kernel/LoginTest.php

File

ldap_servers/ldap_servers.services.yml
ldap_servers/ldap_servers.services.yml

View source
  1. class: Drupal\ldap_servers\LdapUserManager
  2. arguments:
  3. - '@logger.channel.ldap_servers'
  4. - '@entity_type.manager'
  5. - '@ldap.bridge'
  6. - '@module_handler'
  7. - '@cache.default'
  8. - '@externalauth.authmap'