lldap v0.4.1 Release Notes

Release Date: 2022-10-10 // over 1 year ago
  • ➕ Added

    • Added support for STARTTLS for SMTP.
    • Added support for user profile pictures, including importing them from OpenLDAP.
    • Added support for every config value to be specified in a file.
    • Added support for PKCS1 keys.

    🔄 Changed

    • The dn attribute is no longer returned as an attribute (it's still part of the response).
    • Empty attributes are no longer returned.
    • The docker image now uses the locally-downloaded assets.

Previous changes from v0.4.0

  • 💥 Breaking

    The lldap_readonly group has been renamed lldap_password_manager (migration happens automatically) and a new lldap_strict_readonly group was introduced.

    ➕ Added

    • A new lldap_strict_readonly group allows granting readonly rights to users (not able to change other's passwords, in particular).

    🔄 Changed

    • The lldap_readonly group is renamed lldap_password_manager since it still allows users to change (non-admin) passwords.

    ✂ Removed

    • The lldap_readonly group was removed.