dave.montgomery
Member
Posted 6 months ago #
After installation of the plug-in, when I try and log into wordpress I receive the error:
Fatal error: Call to undefined function ldap_connect() in /var/www/blog/wp-content/plugins/ad-auth/ad_ldap/adLDAP.php on line 105
Looking at the code it does look like there's an undefined call - but I'm not sure why this is working for others and not us.
Any thoughts or suggestions?
Thanks,
Dave
http://wordpress.org/extend/plugins/active-directory-authentication/
smillgo
Member
Posted 6 months ago #
I'm getting something similar. Have you found a solution? ;)
glatze
Member
Posted 5 months ago #
Seems that your PHP environment has no LDAP-Support. You have to activate this PHP extension. See http://www.php.net/manual/en/ldap.setup.php for details.
After installing the active-directory-authentication plugin I am no longer able to login to my administrator dashboard not even to deactivate this plugin. It gives me the following message:
Fatal error: Call to undefined function ldap_connect() in /home/xxx/public_html/mysite.com/wp-content/plugins/active-directory-authentication/ad_ldap/adLDAP.php on line 105
I have followed all the instructions on your link above and it still not giving me access. At this point all I really want is to deactivate the plugin and have access again to my site administration area.
Can someone please help me or how can I get back in to deactivate this plugin?.... I am going nuts here !
Please advice.... thanks.
Bingo! I went to my server's file manager and opened the wp-plugins folder found the active-directory-authentication plugin and deleted it.... now I can access my wp-admin just fine!