Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:38
· 5 commits to main since this release

Added

  • Active Directory Compatibility Mode: New --ad-compat flag enables seamless compatibility with Active Directory clients
    • Automatically transforms objectClass=user queries to match inetOrgPerson entries
    • Maps userPrincipalName searches to uid and mail attributes
    • Allows yamldap to serve as a drop-in replacement for AD in testing environments
    • Enables applications expecting AD-specific schema to work with OpenLDAP-style data

Changed

  • Search operations now support filter transformations based on compatibility mode
  • Enhanced attribute mapping to handle AD-specific attributes gracefully