ldap_authentication.services.yml in Lightweight Directory Access Protocol (LDAP) 8.3
Same filename and directory in other branches
ldap_authentication/ldap_authentication.services.yml
File
ldap_authentication/ldap_authentication.services.ymlView source
- services:
- ldap_authentication.route_subscriber:
- class: Drupal\ldap_authentication\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }
- ldap_authentication.email_template:
- class: Drupal\ldap_authentication\Routing\EmailTemplateService
- tags:
- - { name: event_subscriber }
- arguments: ['@config.factory']
- ldap_authentication.user_help_tab_access:
- class: Drupal\ldap_authentication\Access\UserHelpTabAccess
- arguments: ['@config.factory', '@current_user']
- tags:
- - { name: access_check, applies_to: _user_help_tab_access_check }
- logger.channel.ldap_authentication:
- parent: logger.channel_base
- arguments: ['ldap_authentication']
- ldap_authentication.login_validator:
- class: \Drupal\ldap_authentication\Controller\LoginValidator
- arguments: ['@config.factory', '@ldap.detail_log', '@logger.channel.ldap_authentication', '@entity_type.manager', '@module_handler']