ijanki/ldap-adapter

a symfony ldap adapter that does not allow null passwords

v1.0.0 2018-03-21 09:24 UTC

This package is auto-updated.

Last update: 2024-04-20 21:26:07 UTC


README

Ldap adapter that does not allow null password (no anonymous binding)

Configure like any other ldap adapter.

services.yaml

services:
    Symfony\Component\Ldap\Ldap:
        arguments: ['@Ijanki\Component\Ldap\Adapter\Adapter']
    Ijanki\Component\Ldap\Adapter\Adapter:
        arguments:
            - host: "ldaphost"
#              port: 389
#              encryption: tls
#              options:
#                  protocol_version: 3
#                  referrals: false