Developers/Removing LDAP

From PartKeepr Wiki
Revision as of 21:16, 2 October 2016 by Felicitus (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.