Difference between revisions of "Developers/Removing LDAP"
From PartKeepr Wiki
(Created page with "Since the Symfony2 bundle configuration is a bit unflexible, we require the PHP-LDAP on the server. Otherwise we had to maintain two PartKeepr distributions - one with and one...") |
(No difference)
|
Revision as of 21:16, 2 October 2016
Since the Symfony2 bundle configuration is a bit unflexible, we require the PHP-LDAP on the server. Otherwise we had to maintain two PartKeepr distributions - one with and one without LDAP.
If you wish to remove LDAP, perform the following steps:
- Remove `new \FR3D\LdapBundle\FR3DLdapBundle(),` from app/AppKernel.php
- Remove `fr3d_ldapbundle` from `app/config/security.yml`
- Remove ` - { resource: config_ldap.yml }` from `app/config/config.yml`and `config_setup_test.yml`
The steps are not tested.