org_heigl / zendldapbundle
Use Zend\Ldap in Symfony
Installs: 9 789
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- zendframework/zend-ldap: ~2.3
This package is auto-updated.
Last update: 2024-10-23 09:35:39 UTC
README
This bundle integrates ZendLdap into Symfony
Nothing more, nothing less!
Usage
You can use it via `$ldap = $this->get('ldap');`
Configuration
Configure it by adding the following keys and their appropriate vaues to your
`parameters.yml`
file:
- ldap_host: Your LDAP-Server
- ldap_username: The username to connect to the ldap for read-queries. Might be "null" for anonymous access
- ldap_password: The password of that same ldap-user. Might be "null" for anonymous access
- ldap_baseDn: The base-DN of your LDAP-server