LDAP Auth patch
A minor fix for the 1.01 version of the LDAP Authentication plugin for Wordpress
Working with the excellent LDAP Authentication plugin for Wordpress i found a little bug that caused a error message when was installed on Wordpress 2.0.3
However, i realized that the plugin was installed ok. I think the problem is only the first time that is installed, when you redefine wp_login and wp_setcookie and this functions are already defined through pluggable_functions.
So, here is the patch:
and here is the complete fixed package (if you prefer it or you don't know how to apply the patch):
This patch was informed in the official page of the plugin:
http://patcavit.com/2005/05/11/wordpress-ldap-and-playing-nicely/
and i hope it could be merged in the next official release.