PHPackages                             instaclick/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. [API Development](/categories/api)
4. /
5. instaclick/ldap-bundle

ActiveLibrary[API Development](/categories/api)

instaclick/ldap-bundle
======================

LDAP bundle for Symfony 2.1

v1.3.5(13y ago)31982MITPHPPHP &gt;=5.3.6

Since Jul 10Pushed 13y ago14 watchersCompare

[ Source](https://github.com/instaclick/LdapBundle)[ Packagist](https://packagist.org/packages/instaclick/ldap-bundle)[ Docs](http://instaclick.com/torontotechjobs/)[ RSS](/packages/instaclick-ldap-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (8)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)

```
