Download the PHP package monogramm/mautic-ldap-auth-bundle without Composer
On this page you can find all versions of the php package monogramm/mautic-ldap-auth-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download monogramm/mautic-ldap-auth-bundle
More information about monogramm/mautic-ldap-auth-bundle
Files in monogramm/mautic-ldap-auth-bundle
Package mautic-ldap-auth-bundle
Short Description This plugin enables LDAP authentication for mautic.
License AGPL-3.0-or-later
Homepage http://www.monogramm.io
Informations about the package mautic-ldap-auth-bundle
Mautic LDAP Authentication Plugin
This Plugin enables LDAP authentication for mautic 2 and newer. Even though Mautic offers SAML authentication, the main objective is to offer an alternative to those who do not want to setup SSO in their company just for mautic :smiley:
Installation via composer (preferred)
Execute composer require monogramm/mautic-ldap-auth-bundle
in the main directory of the mautic installation.
Installation via .zip
- Download the master.zip, extract it into the
plugins/
directory and rename the new directory toMauticLdapAuthBundle
. - Install
symfony/ldap
requirements with composer:composer require symfony/ldap:~2.8
- Clear the cache via console command
php app/console cache:clear --env=prod
(might take a while) OR manually delete theapp/cache/prod
directory.
Configuration
Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "LDAP Auth" plugin.
After activating the plugin, you can now go to "Configuration > LDAP Settings" to edit the parameters:
You can also edit manually your parameters in local.php
(adapt to your LDAP configuration):
A sample configuration for Active Directory is
Once the parameters are set, open a new browser and check connection through LDAP. Do not log out until LDAP configuration is valid!
Developments in progress
- Test LDAP Authentication settings
- LDAP bind account and Group management
Contributing
Ideas and suggestions are welcome. Feel free to create an issue or PR on Github using our CONTRIBUTING guidelines.
License
See LICENSE file.
Author(s)
Awesome contributor(s)
All versions of mautic-ldap-auth-bundle with dependencies
mautic/composer-plugin Version ^1.0
symfony/form Version ~2.8
symfony/http-foundation Version ~2.8
symfony/ldap Version ~2.8
symfony/translation Version ~2.8
symfony/security Version ~2.8