Changelog for
lldap-0.5.0-4.1.x86_64.rpm :
* Mon Oct 14 2024 Julian Röder
- Update patch instructions to work with newer versions of rpm.- Fix several typos.- Drop custom cargo_vendor script for the official (SUSEobs) tool.
* Wed Feb 28 2024 Julian Röder - Build optional binaries as subpackages.- Rebuild with updated Rust components.
* Rust 1.76.0
* Fri Sep 15 2023 Julian Röder - Update to version 0.5
* Emails and UUIDs are now enforced to be unique. If you have several users with the same email, you\'ll have to disambiguate them. You can do that by either issuing SQL commands directly (UPDATE users SET email = \'xAATTx\' WHERE user_id = \'bob\';), or by reverting to a 0.4.x version of LLDAP and editing the user through the web UI. An error will prevent LLDAP 0.5+ from starting otherwise. This was done to prevent account takeover for systems that allow to login via email.
* The server private key can be set as a seed from an env variable (#504).
* Added support for changing the password through a plain LDAP Modify operation (as opposed to an extended operation).
* Allow creating a user with multiple objectClass (#612).
* Emails now have a message ID (#608).
* Added a warning for browsers that have WASM/JS disabled (#639).
* Added support for querying OUs in LDAP (#669).
* Added a button to clear the avatar in the UI (#358).
* Groups are now sorted by name in the web UI (#623).
* Improved logging.
* Default admin user is only created if there are no admins (#563).
* Fixed URL parsing with a trailing slash in the password setting utility (#597).
* Fri Jun 23 2023 Julian Röder - Rebuild with updated Rust components.
* Rust 1.70.0
* Wasm-pack 0.12.0- Bundle all static web-resources and use an index-file that makes use of them.
* Thu Jun 15 2023 Julian Röder - Initial release version 0.4.3