Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
993 views
in Plugins by

I am able to configure LDAP login, but logout is not working. I am getting this error:

The requested URL /auth/logout was not found on this server.

 

Any help?

by
I supose you are talking about this plugin:
https://github.com/karlbitz/qa-ldap-login
Did you have to change code to make it work?

The logout problem seems to be a common problem:
http://www.question2answer.org/qa/12490/ldap-support-in-questions-2-answer

Anyone has a solution for proper LDAP login/logout?

1 Answer

0 votes
by

if you are using this plugin, https://github.com/karlbitz/qa-ldap-login

the logout error occurs because of the base project path not specified, you could customize them(by adding base path, like /question2answer/auth/logout (Line no:52)  in the file qa-plugin\qa-ldap-plugin\ldap-login.php.

...