Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
4.4k views
in Plugins by

I am trying to use the LDAP plugin here:

https://github.com/zakkak/qa-ldap-login

However, the instructions are for pre:1.7 implementations and they reference placing some code into the qa-page-login.php file which is deprecated.

Can someone tell me how to enable this plugin for version 1.7?

Thanks in advance.

Rick

 

Q2A version: 1.7

1 Answer

+1 vote
by
The file has moved, it's now at qa-include/pages/login.php. Should be very similar or identical to the old file so follow the same instructions, but for that file instead.
by
I am getting below error after configuring the LDAP using the instructions:

Fatal error: Call to undefined function ldap_connect() in /var/www/html/qa-plugin/qa-ldap-login/LDAPServer.php on line 10
...