Archive

Archive for July, 2009

WPMU Ldap 2.8.2 Released

July 20th, 2009 16 comments

This is a bugfix release.  With the 2.8.1 release, on first load of the login page a authentication error was being displayed.  This problem has been corrected.

The plugin can be download from the Sourceforge project page.  As always, I hope you enjoy it and please report any problems or suggestions you might have!

Categories: Releases Tags:

WPMU Ldap 2.8.1 Released

July 16th, 2009 5 comments

The latest version of the WPMU Ldap plugin is now available for download.  What happened to 2.8? Since WPMU jumped right to 2.8.1, we will too!  This version contains minor bugfixes and a few new features.  This release further integrates into the new WPMU 2.8.1 release.  The full list of changes are:

  • LDAP Attributes converted to lowercase on save
  • Experimental SSO Support
  • Changed ldap_connect attributes to match as documented
  • Removed default “Add New” option in 2.7
  • Fixed issue where display_name cannot be edited, added upgrade function to migrate existing values

In order for users to be able to modify their display name, the display_name value has been modified to edit the value directly in the users db table.  Because of this, you will need to run the function on the “Upgrade” tab to migrate over the existing values.

The plugin can be download from the Sourceforge project page.  As always, I hope you enjoy it and please report any problems or suggestions you might have!

Categories: Releases Tags:

Group Support Planning

July 8th, 2009 9 comments

I’ve been doing some thinking on how to best implement group support into the plugin.  This would probably be a multi phase approach, to hopefully fulfill all requests.

NOTE: This is currently a work in progress and there is no estimate on when it will be complete

Per Blog Settings

LDAP Group mapping on a per blog, per role basis.  This would all for any given blog to map each individual role to a separate LDAP group.  The goal would be for these groups to automatically check for new users on logon and update accordingly.  The biggest concern here is figuring out a way for the automatic updating to happen without having a huge impact on performance.

Sitewide Settings

Group based control of the following:

  • Who can login to the blog (standard user)
  • Who can login to the blog with automatic blog creation
  • Who can’t login – deny list

Are there any other thoughts on other possible setups or anything else that others would like added?  If so – please leave a comment with your thoughts!

Categories: General Tags: