Displaying 1 result from an estimated 1 matches for "svnhost".
Did you mean:
svchost
2007 Oct 17
0
svn access via apache with ntlm authentication
...DAV svn
SVNPath /mnt/data/rep/svn
AuthName "NTLM Authentication"
AuthType NTLM
NTLMAuth on
NTLMBasicAuthoritative on
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
require valid-user
</Location>
and I do "svn co http://svnhost/svn/repos/test" ,
it seems to me that the server doesn't even bother calling the
ntlm_winbind module for authentication...
There are no logs or any trace of related messages and all I get is
svn: PROPFIND request failed on '/svn/repos/test'
svn: PROPFIND of '/svn/repos/test'...