Re: Disable Authentication on v2.4.102

2016-05-04 Thread David Vittor
Hi Scott, Looking at the AuthenticationManager code for the version you mentioned, here: http://svn.eu.apache.org/repos/asf/jspwiki/tags/jspwiki_2_4_104/src/com/ecyrd/jspwiki/auth/ The main configuration should be web.xml, however if it's not as you mentioned you may want to check these other fil

Re: Disable Authentication on v2.4.102

2016-05-03 Thread Scott Dudley
No security-constraint as they were using NTLM: NtlmHttpFilter jcifs.http.NtlmHttpFilter jcifs.netbios.wins 10.30.2.51 jcifs.http.domainController wiki.telesoft.com jcifs.resolveOrder DNS NtlmHttpFilter /* I trie

Re: Disable Authentication on v2.4.102

2016-05-02 Thread Harry Metske
Scott, assuming that you currently have container managed authentication, that would mean that you have a "" element somewhere in your web.xml. If you remove that, you will switch off security. If that is not the case, we would need more info, for example the current contents of web.xml. regards

Disable Authentication on v2.4.102

2016-05-02 Thread Scott Dudley
We have an old version of JSPWiki that a co-worker installed years ago. It's currently configured to use NTLM authentication. I've been asked to remove all security thus affording all rights and privileges to all employees the the site. Is this possible? I've perused the web.xml and prope