You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alexey Boroday <a....@procreditbank.com.ua> on 2004/12/17 08:48:42 UTC

Windows domain

Hello

 I've just installed Subversion (svn-win32-1.1.1) and Apache2 (2.0.52). It
works fine.
 Now I'd like to check user names and passwords using Windows domain
authentication. 

I've added load modules to httpd.conf:

LoadModule sspi_auth_module modules/mod_auth_sspi.so
LoadModule auth_module modules/mod_auth.so

 and modified Location entry:

<Location /svn>
  DAV svn

  AuthType SSPI
  AuthName "Subversion repositories"
  SSPIAuth On
  SSPIAuthoritative On
  SSPIDomain <mfbmain>
  SSPIOfferBasic On
  Require valid-user

  SVNPath d:/svn
</Location>

 But now "svn list" command (and all other too) fails to connect to the
repostory with message 

>svn list
Authentication realm: <http://localhost:8080> Subversion repositories
Password for 'my login here': **********
Authentication realm: <http://localhost:8080> Subversion repositories
Username:
svn: PROPFIND request failed on '/svn/Classes/DAO'
svn: PROPFIND of '/svn/Classes/DAO': authorization failed
(http://localhost:8080)

 TortoiseSVN client, Opera browser are failed to connect too (it asks
username and password again and again) :( Only IE could show file list when
browsing url http://localhost:8080/svn

 Help me please - how should I configure svn to make it work?

 Thank you.



___________________________________________________________________________

This communication is confidential and may be legally privileged. 
If you believe you are not an intended recipient, please inform the sender, 
delete the e-mail and do not copy, print or use it or disclose it to others. 
You can inform the sender by replying to this e-mail or by telephone (+380 44 4906080).



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org