ijanki / ldap-adapter
a symfony ldap adapter that does not allow null passwords
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/ijanki/ldap-adapter
Requires
- ext-ldap: *
- symfony/ldap: *
This package is auto-updated.
Last update: 2025-09-21 00:17:55 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