All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The lldap_readonly
group has been renamed lldap_password_manager
(migration happens automatically) and a new lldap_strict_readonly
group was introduced.
- A new
lldap_strict_readonly
group allows granting readonly rights to users (not able to change other's passwords, in particular).
- The
lldap_readonly
group is renamedlldap_password_manager
since it still allows users to change (non-admin) passwords.
- The
lldap_readonly
group was removed.
As part of the update, the database will do a one-time automatic migration to add UUIDs and group creation times.
- Added support and documentation for many services:
- Apache Guacamole
- Bookstack
- Calibre
- Dolibarr
- Emby
- Gitea
- Grafana
- Jellyfin
- Matrix Synapse
- NextCloud
- Organizr
- Portainer
- Seafile
- Syncthing
- WG Portal
- New migration tool from OpenLDAP.
- New docker images for alternate architectures (arm64, arm/v7).
- Added support for LDAPS.
- New readonly group.
- Added UUID attribute for users and groups.
- Frontend now uses the refresh tokens to reduce the number of logins needed.
- Much improved logging format.
- Simplified API login.
- Allowed non-admins to run search queries on the content they can see.
- "cn" attribute now returns the Full Name, not Username.
- Unknown attributes now warn instead of erroring.
- Introduced a list of attributes to silence those warnings.
- Deprecated "cn" as LDAP username, "uid" is the correct attribute.
- Usernames, objectclass and attribute names are now case insensitive.
- Handle "1.1" and other wildcard LDAP attributes.
- Handle "memberOf" attribute.
- Handle fully-specified scope.
- Prevent SQL injections due to interaction between two libraries.