ldap_sso.services.yml in LDAP Single Sign On 8.4
Same filename and directory in other branches
File
ldap_sso.services.ymlView source
- services:
- logger.channel.ldap_sso:
- parent: logger.channel_base
- arguments: ['ldap_sso']
- ldap_sso.boot:
- class: Drupal\ldap_sso\LdapSsoBootSubscriber
- arguments: ['@config.factory', '@request_stack', '@path.current', '@ldap.detail_log', '@current_user', '@redirect.destination']
- tags:
- - { name: 'event_subscriber' }
- ldap_sso.server_variable:
- class: Drupal\ldap_sso\ServerVariableLookup