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
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
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