Hi everyone.
I have a problem with LDAP authentication. Here is some info:
- Server OS: Linux
- WordPress Ver: 3.0.1
- WordPress Stile: Subflders
- LDAP plugin: Simple LDAP Login 1.4.0
- Directory: Active Directory (Win)
OK... first of all sorry for my bad english I'm actually learning it.
If I go to blogserver.subdom.subdom.dom/blogs and register an Active Directory user all it's fine.
But if that user tries to log in to http://blogserver.subdom.subdom.dom/blogs/testuser/wp-login.php appears this error: Fatal error: Cannot redeclare username_exists() (previously declared in /var/www/html/blogs/wp-includes/registration.php:18) in /var/www/html/blogs/wp-includes/registration.php on line 24.
And if that user logins from http://blogserver.subdom.subdom.dom/blogs/wp-login.php it's automatically redirected and everything goes right.
All other plugins are deactivated.
What I can do? What's wrong?
Thank you.