Releases: wheelybird/ldap-user-manager
Moon day release
This adds the ability to select which LDAP attribute you use to log in with.
Sardines day release
This adds ARGON2 password support, thanks to @dr-waterstorm
Porridge day release
This fixes a couple of bugs as well as updates to ensure SHOW_POSIX_ATTRIBUTES works as intended when creating new accounts.
Licorice day release
- Groups can have user-defined attributes and objectclasses. Attributes are editable.
- Any variable can be populated from a file's contents by adding
_FILE
to the end of the variable name and specifying a filepath. - Multi-value attributes are now supported. Adding a
+
to the end of the attribute name will allow you to add/remove fields in the attributes forms. - Binary attributes are now supported. Adding a
^
to the end of the attribute name will allow you to choose a file to upload for that attribute. If the file's a JPEG then the image is displayed in the form. - The user and group lists can be filtered, making it easy to find entries in long lists.
- Setting
SHOW_POSIX_ATTRIBUTES
toFALSE
(the default) hides superfluous Posix-related fields, making the interface much simpler. - Numerous bugfixes
Rat Catcher's Day Release
What's new?
- Base image upgraded to PHP 8
- You can now customise emails
- Fixes for working behind a proxy
- Can work without needing an internet connection
- Other tweaks and bug fixes
Attributes galore!
This release adds:
-
The ability to specify which attribute is used to identify accounts - for example you can now choose to use
cn
(common name). This lets people use existing LDAP directories. -
The ability to specify additional objectClasses to use when creating accounts as well as any extra attributes to show in the form.
-
An updated Dockerfile has been updated to allow builds on multiple architectures. ARM builds have been pushed to Docker Hub.
-
The usual bugfixes and some feature requests.
This release removes:
- The Helm (Kubernetes) configuration. It was really out-of-date and I have no time to maintain them.
The Helm configuration files have been removed as they were really out-of-date and I
Christmas jingles
- Request accounts via email
- Send users an email when resetting the password
- Groups are listed on the user account list
- Auto-detect the RFC2307BIS schema
- Bug fixes
- Christmas
Really send an email!
Fixes an issue with sending emails via an SMTP server that requires authentication.
Send an email!
This release adds the ability to send an email to someone when you create their account. Also includes bug fixes, the ability to get extra LDAP debugging logs and allows you to ignore certificate errors from the LDAP server.
Better hashes
This release adds more password hashing methods and fixes the bug where the selected hash wasn't being used. Thanks to @Angelin01 for their contributions.