Too bad both Neon and Serf support NTLM and SSPI for quite some time, so the reason is a bit outdated... But I would still recommend enabling that line, as there are quite some users that want to mix accounts and SSPI only allows you access with the one configured for NTLM/SSPI.
On Fri, Jul 9, 2021 at 9:02 PM <hartmannat...@apache.org> wrote: > Author: hartmannathan > Date: Fri Jul 9 19:02:01 2021 > New Revision: 1891416 > > URL: http://svn.apache.org/viewvc?rev=1891416&view=rev > Log: > * site/staging/faq.html: (#sspi): Fix typo: suppport -> support > > Modified: > subversion/site/staging/faq.html > > Modified: subversion/site/staging/faq.html > URL: > http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1891416&r1=1891415&r2=1891416&view=diff > > ============================================================================== > --- subversion/site/staging/faq.html (original) > +++ subversion/site/staging/faq.html Fri Jul 9 19:02:01 2021 > @@ -1717,7 +1717,7 @@ to see the section on SSPI authenticatio > </pre> > > <p>Without this line, browsers that support SSPI will prompt for the > user's > -credentials, but clients that do not suppport SSPI such as Subversion > +credentials, but clients that do not support SSPI such as Subversion > will not prompt. (The current release of Neon - Subversion's HTTP > library - handles only basic authentication.) Because the client never > asks for credentials, any action that requires authentication will fail. > > >