PHPackages                             zen/ldap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. zen/ldap-bundle

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

zen/ldap-bundle
===============

LDAP Bundle for Symfony 2 derived from imag/ldap-bundle

2.1.0(13y ago)068PHPPHP &gt;=5.3.3

Since Jul 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vittore/LdapBundle)[ Packagist](https://packagist.org/packages/zen/ldap-bundle)[ Docs](http://github.com/BorisMorel/LdapBundle)[ RSS](/packages/zen-ldap-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

LdapBundle
==========

[](#ldapbundle)

LdapBundle provides a Ldap authentication system without the `apache mod_ldap`. It uses `php-ldap` extension with a form to authenticate the users. LdapBundle also can be used for the authorization. It retrieves the Ldap users' roles.

Contact
-------

[](#contact)

You can try to contact me on freenode irc ; channel #symfony-fr ; pseudo : aways

Install
-------

[](#install)

1. Download LdapBundle
2. Configure the Autoloader
3. Enable the Bundle
4. Configure LdapBundle security.yml
5. Import LdapBundle security.yml
6. Import LdapBundle routing
7. Implement Logout
8. Subscribe to PRE\_BIND event

### Get the Bundle

[](#get-the-bundle)

### Composer

[](#composer)

Modify your composer.json on your project root

```
// {root}/composer.json

{
    [...],
    "require": {
        [...],
        "imag/ldap-bundle": "dev-master"
    }
}
```

### Enable the Bundle

[](#enable-the-bundle)

```
