Download the PHP package newtondasilva/ldaptools-bundle without Composer
On this page you can find all versions of the php package newtondasilva/ldaptools-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download newtondasilva/ldaptools-bundle
More information about newtondasilva/ldaptools-bundle
Files in newtondasilva/ldaptools-bundle
Package ldaptools-bundle
Short Description Provides easy LDAP integration for Symfony via LdapTools.
License MIT
Homepage http://github.com/ldaptools/LdapToolsBundle
Informations about the package ldaptools-bundle
LdapToolsBundle

The LdapToolsBundle provides easy integration of LDAP for Symfony via LdapTools.
- An LDAP authentication provider, including AdvancedUserInterface support.
- An LDAP form type to easily use LDAP objects in forms.
- An LDAP type for Doctrine to easily store and retrieve LDAP results in a Doctrine entity.
- Logging capabilities for LDAP operations.
- Web Debug Toolbar integration for LDAP operations.
- Integration of LdapTools events for LDAP operations (authentication, creation, modification, etc) using service tags.
Note: The LdapTools library requires PHP 5.6+.
Installation
The recommended way to install the LdapToolsBundle is using Composer:
Then enable the bundle in the kernel:
Getting Started
After installing the bundle, configure it with the LDAP domains you want to use:
Domain configuration options are also documented in the LdapTools documentation.
Then in your controller you can use the ldap_tools.ldap_manager
service to query/modify/create LDAP objects...
Generate/Retrieve Your LDAP SSL Certificate
If you want a quick way to retrieve your server's LDAP SSL certificate you can run a simple command to output it:
Documentation
- Configuration Reference
- LDAP Authentication Provider
- LDAP Authentication with the FOSUserBundle
- LDAP Object Form Type
- LDAP Events
- LDIF Parser URL Loaders