Skip to content

Releases: ltb-project/service-desk

Version 0.7.1

16 Sep 15:30

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse and manage (create/modify/delete) accounts in an LDAP directory, view and update their password and security status.

It also provide some dashboards (locked accounts, expired accounts, idle accounts, disabled accounts, invalid accounts...)

LDAP Tool Box Service Desk can be used with OpenLDAP, Active Directory and some other standard LDAP servers.

📄 What's Changed

  • refactor get_config_js function by @davidcoutadeur in #261
  • fix list value display by @davidcoutadeur in #259
  • add documentation for attributes_list and attributes_static_list by @davidcoutadeur in #264
  • add documentation for attributes_list and attributes_static_list
  • Audit logs menu disappears when all Dashboards options are disabled
  • variable $pwd_no_special_at_ends is not initialized in config file
  • Update, rename and delete buttons are visible even if features are disabled
  • In create mode, a list with empty value still tries to add attribute
  • Waiting on search without results

Full Changelog: v0.7...v0.7.1

👥 Main Team

🤝 Contributors

Version 0.7

03 Sep 12:15

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse and manage (create/modify/delete) accounts in an LDAP directory, view and update their password and security status.

It also provide some dashboards (locked accounts, expired accounts, idle accounts, disabled accounts, invalid accounts...)

LDAP Tool Box Service Desk can be used with OpenLDAP, Active Directory and some other standard LDAP servers.

📄 What's Changed

Full Changelog: v0.6...v0.7

👥 Main Team

Contributors

Version 0.6.2

31 Mar 13:42

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their password and security status.

It also provide some dashboards (locked accounts, expired accounts, idle accounts, disabled accounts, invalid accounts...)

LDAP Tool Box Service Desk can be used with OpenLDAP, Active Directory and some other standard LDAP servers.

📄 What's Changed

  • #209: Use ltb-common 0.5.0
  • #210: Search not working with PHP 7.4
  • #217: Admin notification does not replace {dn}

Full Changelog: v0.6.1...v0.6.2

👥 Main Team

🤝 Other contributors

⬇️ Download

Get tarball and packages on https://ltb-project.org/download.html

Use our apt and yum repositories to ease the installation!

Version 0.6.1

31 Dec 10:48

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their password and security status.

It also provide some dashboards (locked accounts, expired accounts, idle accounts, disabled accounts, invalid accounts...)

LDAP Tool Box Service Desk can be used with OpenLDAP, Active Directory and some other standard LDAP servers.

📄 What's Changed

  • Manage Active Directory special values for accountExpires by @coudot in #197
  • Fix bad condition for posthookenableresult by @coudot in #200
  • Upgrade Docker image by @coudot in #202
  • Manage empty values for start date and end date by @coudot in #204

Full Changelog: v0.6...v0.6.1

👥 Main Team

⬇️ Download

Get tarball and packages on https://ltb-project.org/download.html

Use our apt and yum repositories to ease the installation!

Version 0.6

03 Dec 08:03

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their password and security status.

It also provide some dashboards (locked accounts, expired accounts, idle accounts, disabled accounts, invalid accounts...)

LDAP Tool Box Service Desk can be used with OpenLDAP, Active Directory and some other standard LDAP servers.

📄 What's Changed

Full Changelog: v0.5.1...v0.6

👥 Main Team

🤝 New Contributors

⬇️ Download

Get tarball and packages on https://ltb-project.org/download.html

Use our apt and yum repositories to ease the installation!

Version 0.5.1

17 May 09:58

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their status. It also provide some dashboards (locked accounts, expired accounts, idle accounts, ...)

📄 What's Changed

Full Changelog: v0.5...v0.5.1

👥 Main Team

🤝 New Contributors

⬇️ Download

Get tarball and packages on https://ltb-project.org/download.html

Use our apt and yum repositories to ease the installation!

Version 0.5

24 Apr 16:42

Choose a tag to compare

ℹ️ Service Desk

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their status. It also provide some dashboards (locked accounts, expired accounts, idle accounts, ...)

📄 What's Changed

Full Changelog: v0.4...v0.5

👥 Main Team

🤝 New Contributors

⬇️ Download

Get tarball and packages on https://ltb-project.org/download.html

Use our apt and yum repositories to ease the installation!

Version 0.4

17 May 19:32

Choose a tag to compare

LDAP Tool Box Service Desk is a web application for administrators and support teams. It allows to browse accounts in an LDAP directory, view and update their status.

Main changes:

  • Display expiration date in account informations
  • Dashboard pages to list accounts: locked, soon expired, expired, idle

Changelog:

  • #19: Display expiration date
  • #20: fix(undefined)
  • #22: Configure cache dir and template cache dir
  • #26: Remove datepicker
  • #27: Display expiration date
  • #30: Move cache dirs in /var
  • #31: Docker Container
  • #36: feat(docker)
  • #37: Dashboard to list locked accounts
  • #38: Dashboard page for locked accounts
  • #39: Dashboard expired passwords
  • #40: Dashboard will expire passwords
  • #42: Dashboard idle accounts
  • #44: Multi tenancy

Download: https://ltb-project.org/download#service_desk

Documentation: https://service-desk.readthedocs.io/en/v0.4/

Contributors:

v0.3

29 Jun 09:47

Choose a tag to compare

Changes:

  • Bug #15: Handle the case where pwdAccountLockedTime is set but pwdLockoutDuration is not set or is equal to 0
  • Feature #16: Possibility to lock an account
  • Feature #17: Allow the Smarty path to be set in conf.inc.local.php

Download: https://ltb-project.org/download#service_desk

Documentation: https://service-desk.readthedocs.io/en/v0.3/

Contributors:

v0.2

15 May 21:37

Choose a tag to compare

Changes:

  • Bug #5: Password is marked as expired if policy do not set pwdMaxAge
  • Bug #7: The pwdReset radio button is not checked by default
  • Feature #9: PostHook
  • Feature #10: Viewer for quota attributes

Download: https://ltb-project.org/download#service_desk

Documentation: https://service-desk.readthedocs.io/en/v0.2/

Contributors: