Skip to content

Releases: wheelybird/ldap-user-manager

Moon day release

20 Jul 15:26
7d1897b
Compare
Choose a tag to compare

This adds the ability to select which LDAP attribute you use to log in with.

Sardines day release

24 Nov 14:26
Compare
Choose a tag to compare

This adds ARGON2 password support, thanks to @dr-waterstorm

Porridge day release

10 Oct 13:12
Compare
Choose a tag to compare

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

12 Apr 14:47
57af7c4
Compare
Choose a tag to compare
  • 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 to FALSE (the default) hides superfluous Posix-related fields, making the interface much simpler.
  • Numerous bugfixes

Rat Catcher's Day Release

22 Jul 16:10
Compare
Choose a tag to compare

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!

13 Mar 14:31
5acc835
Compare
Choose a tag to compare

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

24 Dec 18:27
3b8e94c
Compare
Choose a tag to compare
  • 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!

30 Nov 17:47
Compare
Choose a tag to compare

Fixes an issue with sending emails via an SMTP server that requires authentication.

Send an email!

28 Nov 18:08
Compare
Choose a tag to compare

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

03 Aug 16:38
4c5e337
Compare
Choose a tag to compare

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.