LdapRecord 2.0.0

LdapRecord aims to provide a simple way to interact with LDAP entries using PHP. The project has released version 2.0.0, which appears to include the following changes:

  • Added the ability to delete specific values instead of just the entire attribute
  • Added the ability to generate an account control query filter
  • Added the ability to extend DomainConfiguration with custom options
  • Added the ability to flush all connections from a container
  • Added support for groups when suing an OpenLDAP model
  • Updated LDAP operations to throw an exception upon failure
  • Refactored some API methods