Developers/Removing LDAP

From PartKeepr Wiki
Jump to: navigation, search

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.