Skip to content

Releases: fengtan/ldap-explorer

1.5.1

22 Feb 02:50

Choose a tag to compare

Changed

  • Mask input when asking for bind password at connection time (#66)

1.5.0

21 Feb 02:00

Choose a tag to compare

Added

  • New setting ldap-explorer.sort-attributes orders LDAP attributes alphabetically
  • Bind passwords can now be stored encrypted in secret storage or prompted at connection time ; this is configurable via a new field "Bind Password mode" on the connection edit screen (#64)
  • Button to reveal or hide bind passwords (#64)

1.4.1

14 Jan 03:59

Choose a tag to compare

Added

  • Represent binary attribute objectSid as text (#62 - thanks @petarov)
  • Connect timeout, configurable on connections edit screen (#63 - thanks again @petarov!)

1.4.0

05 Jan 02:50

Choose a tag to compare

Added

  • Binary attributes are now represented as text: as a UUID for the objectGUID attribute and as a Base64 string for other attributes; this is configurable via the new settings ldap-explorer.binary-decode and ldap-explorer.binary-attributes (#33 - thanks @petarov)

Changed

  • Updated dependencies

1.3.2

20 May 04:04

Choose a tag to compare

Fixed

  • Maintain bookmarks when editing connection details

Changed

  • Updated dependencies
  • Upgraded build & test environments from nodejs 16 to nodejs 20
  • Display bind password form field as password instead of plain text (#58)

Thanks

  • This extension now has 10,000+ unique installations. Thanks for using it!

1.3.1

29 Apr 13:51

Choose a tag to compare

Added

  • Option to disable automatic result paging (#56)

1.3.1-rc

28 Apr 18:28

Choose a tag to compare

1.3.1-rc Pre-release
Pre-release

Pre-release for testing #56

Added

  • Option to disable automatic result paging (#56)

Full Changelog: 1.3.0...1.3.1-rc

1.3.0

10 Jan 02:37

Choose a tag to compare

Added

  • Button to export results as CSV, addresses #55

Changed

  • Updated dependencies

1.3.0-rc

03 Nov 02:37

Choose a tag to compare

1.3.0-rc Pre-release
Pre-release

Pre-release for testing #55

Added

  • Option to export results as CSV, addresses #55

Changed

  • Updated dependencies

Full Changelog: 1.2.3...1.3.0-rc

1.2.3

05 Oct 01:27

Choose a tag to compare

Fixed

  • Set min-width on grid columns so search results are easier to read, addresses #52

Changed

  • Updated dependencies