Skip to content

Releases: DirectoryTree/LdapRecord

v3.7.3

25 Oct 05:35
Compare
Choose a tag to compare

Fixed

  • Query Builder hasSelects() fails when no selects have been added - #742 - 207c727

v3.7.2

18 Oct 13:30
Compare
Choose a tag to compare

Added

  • LDAP_DEBUG constants:
    • Ldap::DEBUG_TRACE
    • Ldap::DEBUG_PACKETS
    • Ldap::DEBUG_ARGS
    • Ldap::DEBUG_CONNS
    • Ldap::DEBUG_BER
    • Ldap::DEBUG_FILTER
    • Ldap::DEBUG_CONFIG
    • Ldap::DEBUG_ACL
    • Ldap::DEBUG_STATS
    • Ldap::DEBUG_STATS2
    • Ldap::DEBUG_SHELL
    • Ldap::DEBUG_PARSE
    • Ldap::DEBUG_SYNC
    • Ldap::DEBUG_REFERRAL
    • Ldap::DEBUG_ERROR
    • Ldap::DEBUG_ANY

v3.7.1

23 Sep 03:51
Compare
Choose a tag to compare

Fixed

  • Throw RuntimeException when a date cast has been formatted incorrectly instead of Undefined array key - b82df10 - #738

v3.7.0

26 Jul 21:20
4113aa0
Compare
Choose a tag to compare

Added

  • Ability to set custom LDAP protocol in configuration via new protocol option - #733

v3.6.4

13 May 15:57
8176872
Compare
Choose a tag to compare

Fixed

  • Properly flush Container on DirectoryFake::tearDown - #716

v3.6.3

08 May 16:02
d7c698e
Compare
Choose a tag to compare

Fixed

  • Reverse boolean casts now properly accept LDAP string booleans - #715

v3.6.2

06 May 13:22
999f6ad
Compare
Choose a tag to compare

Fixed

  • Attribute casts now work correctly while setting attributes instead of only getting attributes - #712

v3.6.1

12 Apr 15:50
Compare
Choose a tag to compare

Added

  • Include BindException to Failed authentication event for additional debugging information - #709

v3.6.0

27 Mar 22:12
a9eb49e
Compare
Choose a tag to compare

Fixed

  • list Builder query type, and add Builder constants for each possible query type - #696
  • ldap_start_tls(): Unable to start TLS: Local error - Properly track TLS upgraded state - #704

Added

  • Ability to disable mandatory TLS/SSL connectivity for password changes via new config option allow_insecure_password_changes - #701

v3.5.1

18 Mar 16:16
Compare
Choose a tag to compare

Fixed

  • Decoding problem with UTF-8 strings with serialization - #698 - 8c12bbe
  • Order of operations issue when serializing and unserializing binary GUID and SID properties - 06837ae