News

Version 1.0.8 Released

March 28th, 2013

This is a small maintenance release. Full changelog:

  • NEW: Added eDirectory Add-on after successful tests (from JAuthTools)
  • BUG: Fixed JLog fatal errors in Joomla 3.x
  • Compatible with Joomla 3.1 Beta 2
Download LDAP ZIP Package for 1.0.8 Stable
Download SSO ZIP Package for 1.0.8 Stable



Version 1.0.7 Released

October 5th, 2012

This is a small maintenance release. Full changelog:

  • BUG: Fixed compatibility for Joomla 3.0 (only authentication plugin changed)
Download LDAP ZIP Package for 1.0.7 Stable
Download SSO ZIP Package for 1.0.7 Stable

I apologise for the delay in Version 2. Hopefully something will be pushed within a month.



Version 1.0.6 Released

July 14th, 2012

This is a maintenance release. The one click update XML will be updated on 20th July pending any reported issues. Full changelog:

  • NEW: A partial Welsh translation
  • BUG: Fixed support for Joomla 3.0 Alpha 1
  • BUG: Fixed MSSQL query for adding groups
  • Tested and compatible with Joomla 1.6.6, 1.7.5, 2.5.6 and 3.0.0a1
Download LDAP ZIP Package for 1.0.6 Stable
Download SSO ZIP Package for 1.0.6 Stable

Version 2 Beta 1 is due for release within the next 10 days.



Progress Update

June 23rd, 2012

It has been a little over 7 months since the last release. So I will update the current progress of the project.

Version 1 has a Git repository at https://github.com/ShMaunder/JMapMyLDAPv1. This has taken over the SVN repository hosted at JoomlaCode and now only Git will be updated. A maintenance release of 1.0.6 will be available within the coming week to address several issues (thanks to everyone on the forums and email for reporting these issues!).


The current progress of version 2 can be seen in the Git repository at https://github.com/ShMaunder/JMapMyLDAP. This version was nearly released some months back, though I decided to re-write a chunk of it. This re-write includes a new mini platform that provides importing projects, autoloading and much improved Joomla! platform support. It also introduces automated unit testing which can be somewhat difficult to write tests for considering the vast number of LDAP vendors. Version 2 will be released with the following features:

  • Multiple LDAP server support (SQL and file based sources)
  • New logging with error IDs provided across the board
  • Component for Debugging and Configuration
  • Group mapping support (plug-in based)
  • Profile integration (plug-in based)
  • Cron script for on-demand sync of LDAP users
  • Joomla! 12.1 Platform support

Single Sign On (SSO) has also been re-written. SSO has been integrated into the mini platform and will be spun off into its own dedicated project called JSSOMySite. This project no longer relies on any LDAP libraries and can be installed without an LDAP configuration. Also, SSO plug-ins can return essential Joomla user fields such as e-mail and fullname to enable auto registration. The IP based SSO plug-in will be released within version 2 in addition to an updated HTTP plug-in. Changes to the HTTP plug-in include forcing HTTP authentication through HTTP-authenticate headers, and allowing fake e-mails to enable LDAP-less configuration.

Within the next few weeks, I will release a beta version 2. Please try it out and report any issues (or pull requests) with the release.



Version 1.0.5 Released

November 21st, 2011

This release fixes back end registration and improves some SSO functions. Full changelog:

  • Changed: Relaxed SSO HTTP input filtering though backslash bug still exists
  • Changed: Replacement parameter is no longer case sensitive
  • BUG: PHP declaration notice fixed
  • BUG: Fixed back end registration
Download LDAP ZIP Package for 1.0.5 Stable
Download SSO ZIP Package for 1.0.5 Stable

Version 1.0.4 Stable Released

September 19th, 2011

This version marks the first stable release. It brings a bug fix to the lookup member handling.

Version 1.0.3 Beta 2 Released

September 12th, 2011

Fixed potential user attribute bug. Only JLDAP2 library affected.