WPMU LDAP Plugin v1.0.2 v1.1.0
This has been replaced by a later version. Check the “WPMU-LDAP” category to find the latest version.
Well, at work I’ve successfully installed and released a version of WPMU, making use of the nice WPMU LDAP plugin. A good deal of people before me have worked on this, sometimes with several instances of individual releases, and I’m quite grateful to all of them for the code. My life is significantly easier because of this. Now it’s my turn to contribute, so here it is: the WPMU LDAP Plugin, v1.1.0. Cheers!
I’ve sent my changes to Alex Barker, the maintainer of the WPMUDev.org site for the plugin, and hopefully things will get posted appropriately.
News and changes in this release from the last one published by Alex:
- Moved the options panel to be a sub-menu of Site Admin (since they’re site-wide settings)
- The CSS for the LDAP options is now properly referenced
- Added options to disable public signup, with a customizable message (kinda hack-y right now)
- Added a good deal of documentation and in-code commenting
- Heavy refactoring of the code for cleaner organization and maintenance
- Released it under the LGPL (after contacting the original developers to make sure it was okay)
- Minor changes to error messages
I have not touched ldap_core.php or ldap_ro.php… basically the only work I’ve done is with the “glue” code and documentation.
I’m in process of applying for a SourceForge project for the plugin, so that there’s a public repository for the code, project mgmt features, etc. Just a starting place, but I think it will be good.
Anyway, more news to be posted as it comes.
Update (2007-05-24::13:05 EDT): I’ve found out that this version is not immediately friendly to PHP 4. This is fixed in v1.1.1.
Update (2007-05-24::18:16 EDT): This should have been released as v1.1.0 from the start (I wasn’t thinking at the time). The updates reflect this.
Monday, May 21st, 2007 @ 5:55 pm
May 23rd, 2007 at 2:12 pm
Can I use this on its own, with ldap support in php? For some reason when I enable this (php4.47, wmpu1.2.1 and latest available ldap plug), I get unexpected T_Array…
May 23rd, 2007 at 2:34 pm
To my knowledge, yes, it should function on its own within WPMU when inserted into the mu-plugins directory.
Can you send me the full text of the error (via the contact form), especially the line number? Are there any other errors that show up in your logs?
-sean
May 24th, 2007 at 10:55 am
[...] has been in email discussions with me, and has brought to light some issues with ‘v1.0.2‘ of the WPMU LDAP mu-plugin. [...]