ijanki / ldap-adapter
a symfony ldap adapter that does not allow null passwords
v1.0.0
2018-03-21 09:24 UTC
Requires
- ext-ldap: *
- symfony/ldap: *
This package is auto-updated.
Last update: 2024-11-20 22:44:17 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