Skip to content

Releases: leenooks/phpLDAPadmin

v2.3.7

17 Dec 21:33

Choose a tag to compare

This is a quick fix:

  • argon2id passwords shouldnt be base64 encoded
  • fix new membership modal, it wasnt working for new entries

Full Changelog: 2.3.6...2.3.7

v2.3.6

15 Dec 22:30

Choose a tag to compare

This version has the following work done:

  • Internal javascript and php code cleanup for consistency
  • Pressing the edit button will automatically bring the LDAP Entry tab into focus (for entries where a template also matches)
  • Add a modal to manage groupOfName/groupOfUniqueName member attributes presenting existing entires in the LDAP server as options
  • Enable resizing the sidebar, for when the DN of an opened branch is out of view of the sidebar
  • Many other minor bugs

Full Changelog: 2.3.5...2.3.6

v2.3.5

01 Dec 03:14

Choose a tag to compare

This is primarily a bug fix release as well as including dependancy updates as a result of CVEs.

There are minor functionality improvements, with details in the change log.

Full Changelog: 2.3.4...2.3.5

v2.3.4

04 Oct 00:47

Choose a tag to compare

This is a minor release:

  • Another fix for userpassword attributes using CRYPT passwords
  • An enhancement for opendj/389ds directories that report subordinates differently to openldap

Full Changelog: 2.3.3...2.3.4

v2.3.3

19 Sep 23:00

Choose a tag to compare

This release updates the architect UI presentation theme, and enables PLA to be used in a subpath (when behind a proxy).

Full Changelog: 2.3.2...2.3.3

v2.3.2

14 Sep 22:11

Choose a tag to compare

This is a bug fixe release - the userpassword fixes in 2.3.1 were not 100% effective, as well as a security release as there was an high javascript axios vulnerability.

Full Changelog: 2.3.1...2.3.2

v2.3.1

13 Sep 01:00

Choose a tag to compare

This release see some important bug fixes introduced in 2.3.0

  • Docker build VERSION/REVISION details
  • Fix dont add an aliased attribute when adding an objectclass to a new entry. Fixes #380
  • Fix add new must attrs to RDN select. Fixes #382
  • Fix for password handling, when updating userpassword. Fixes #387
  • Fix update confirm showing 'Ignoring blank value' for newly added attributes

New:

  • The default logging in this release has been reduced to info

Full Changelog: 2.3.0...2.3.1

v2.3.0

17 Aug 22:51

Choose a tag to compare

This release of PLA sees:

  • overhaul of managing objects internally with some internal optimisations
  • support for ApacheDS
  • miscellaneous usage improvements

Full Changelog: 2.2.2...2.3.0

v2.2.2

18 Jul 02:29

Choose a tag to compare

This is mainly a bug fix release, but it does implement a couple of todo items as well:

  • Implement Entry Copy/Move
  • Legacy code cleanup
  • Show size limit on the tree if its hit
  • Select rendering fixes
  • Edit rendering fixes (only edit when in edit mode)
  • Import now supports changetype: modify
  • Test template regex as well to determine if a template is valid
  • Schema viewer fixes
  • Template processing fixes for autoFill when using "k" tokens

Full Changelog: 2.2.1...2.2.2

v2.2.1

03 Jul 05:47

Choose a tag to compare

This is a fix for bugs introduced in v2.2.0 as a result of the template work - new attributes were marked readonly and thus couldnt be added.

Additional enhancements/fixes:

  • Dont offer the delete entry button to entries that have children
  • Enable DN rename
  • UI fixes when rendering new attributes and additional values to existing attributes

Full Changelog: 2.2.0...2.2.1