WPMU Ldap 3.1 Released
With the release of wordpress 3.1, some of the core functions the plugins used had to be modified. Because of this, the 3.1 release of the plugin is *only* available with WordPress 3.1 and newer. If you are still using WordPress 3.0.x, this plugin is not for you.
The main change in this release is the ability for pages to show on the network admin page, instead of the site admin page.
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
Thanks Aaron! Much appreciated.
Aaron, I downloaded the new version, and the number claims to be v 3.0 in both the .zip and the .gz versions of the 3.1 file.
Plugin Name: LDAP Authentication Plug-in
Plugin URI: http://wpmuldap.tuxdocs.net
Description: A plugin to override the core WordPress MU authentication method so as to use an LDAP server for authentication.
Version: 3.0
Author: Aaron Axelsen (http://www.frozenpc.net)
hmm, thanks for the catch – the rest of the script looks fine, the version just didn’t get bumped for the release!
Just installed on wp31. But am getting this error when I try to activate: Fatal error: Cannot redeclare wp_new_user_notification() (previously declared in /Library/WebServer/Documents/wordpress/wp-includes/pluggable.php:1213) in /Library/WebServer/Documents/wordpress/wp-content/plugins/ldap/lib/wpmu_ldap_admin.functions.php on line 785
Please read the installation instructions: http://wpmuldap.tuxdocs.net/documentation/
Thanks for the update! I really appreciate how you keep the plugin up to date.
Thanks Aaron, worked like a charm with WP3.1! BTW, u haven’t updated the version number in the ldap_auth.php header 😉
I too just installed on a brand new wp31 site running on windows and gate the same error when I try to activate: Fatal error: Cannot redeclare wp_new_user_notification() (previously declared in /Library/WebServer/Documents/wordpress/wp-includes/pluggable.php:1213) in /Library/WebServer/Documents/wordpress/wp-content/plugins/ldap/lib/wpmu_ldap_admin.functions.php on line 785.
Any thoughts? I have the latest bits.
Thanks,
Jeremy
@Ryan
You just have to add the condition
if (!function_exists(‘wp_new_user_notification’)) {
at line 741, before function wp_new_user_notification($user_id, $plaintext_pass = ”) {
and close bracket ( } ) after function end.
I would not recommend doing this. The plugin is currently not design or testing to be run from the /plugins folder. Please read the installation instructions: http://wpmuldap.tuxdocs.net/documentation/
Aaron-
When I changed my password in a MS AD environment, the plugin is not seeing the new password, is there a way to fix this?
Is something caching on the MS AD side? I have not seen that problem before.