org_heigl/zendldapbundle

Use Zend\Ldap in Symfony

Installs: 9 860

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/org_heigl/zendldapbundle

1.0.0 2015-03-03 10:06 UTC

This package is auto-updated.

Last update: 2025-09-23 11:26:35 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