[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Windows domain

From: Alexey Boroday <a.boroday_at_procreditbank.com.ua>
Date: 2004-12-17 09:48:42 CET

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
Received on Fri Dec 17 09:59:00 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.