Developers/Removing LDAP
From PartKeepr Wiki
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(),
fromapp/AppKernel.php
- Remove
fr3d_ldapbundle,
fromapp/config/security.yml
- Remove
- { resource: config_ldap.yml }
fromapp/config/config.yml
andconfig_setup_test.yml
The steps are not tested.