Download the PHP package ldaptools/ldaptools-bundle without Composer
On this page you can find all versions of the php package ldaptools/ldaptools-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ldaptools/ldaptools-bundle
More information about ldaptools/ldaptools-bundle
Files in ldaptools/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 you can run the following command to assist in generating/testing your LDAP config:
Adding your domain(s) to the config.yml
file is as easy as the following example:
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
- Save LDAP Users to the Database After Login
- LDAP Object Form Type
- LdapTools LDAP Events
- Bundle Events Reference
- LDIF Parser URL Loaders