Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 08:29
· 7 commits to main since this release

Fixed

  • OpenLDAP Compatibility: Search filters with undefined attributes now return UndefinedAttributeType error (code 17) instead of silently returning 0 results
    • Matches OpenLDAP's behavior for better compatibility with existing LDAP client code
    • Enables exception-based fallback patterns used for Active Directory/OpenLDAP compatibility
    • Added comprehensive tests for undefined attribute handling

Changed

  • Search operations now validate all attributes referenced in filters before executing the search
  • Added methods to collect and validate attributes from both schema and existing entries