Download the PHP package brille24/sylius-ldap-plugin without Composer
On this page you can find all versions of the php package brille24/sylius-ldap-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brille24/sylius-ldap-plugin
More information about brille24/sylius-ldap-plugin
Files in brille24/sylius-ldap-plugin
Package sylius-ldap-plugin
Short Description Plugin to integrate with LDAP authentication.
License MIT
Informations about the package sylius-ldap-plugin
Sylius - LDAP Plugin
Plugin for integrating Sylius with LDAP.
When using instead of the Sylius form login, you will not be able to log in with existing users into Sylius.
Installation
Run composer require brille24/sylius-ldap-plugin
in your project-root.
Configuration
Add this block to the parameters in your env-file and fill out the parameters.
Your env file will most probably be .env.local
. If that file does not exist, copy it from .env
to .env.local
and fill in the block of parameters below.
To use this new method of authorizing users change the form_login
in config/packages/security.yaml
to form_login_ldap
. For reference the plugin version of this configuration file is located under tests/Application/config/packages/security.yaml
.
Origin / Other Sources
This plugin is the result of the third sylius hackathon in oldenburg at brille24. It is based on symfony/ldap
, so any guide for that package may also help you:
All versions of sylius-ldap-plugin with dependencies
sylius/sylius Version ^1.11
sylius/mailer-bundle Version ^1.8 || ^2.0@beta
symfony/webpack-encore-bundle Version ^1.15
symfony/ldap Version ^5.4 || ^6.0