danielec7 / LdapAdapter

A Symfony ldap adapter that does not allow null password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Symfony ldap adapter that does not allow null password


Languages

Language:PHP 100.0%