In Alfresco 2.1, I am trying to delete a user. I get the error message: "Failed to delete User due to error: Not implemented". Any idea as to the cause, and solution, of this error?
We are using the default authentication filters (org.alfresco.web.app.servlet.AuthenticationFilter) in conjunction with our LDAP. On the Web UI side, we previously wanted to use the NTLM authentication filter, but could not do so because that required using KeepAlive on the web server. If we enabled KeepAlive, we broke our other web applications.
Now, if we try to delete a user inside Alfresco, we get the "Failed to delete User due to error: Not implemented" error.
Thanks in advance for any help - from what I've read in the wiki and forums, almost everyone uses LDAP with NTLM. In our case, we want to use our LDAP but we don't want to enable NTLM. I'm hoping this isn't any more of a problem.