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

SSPI authentication on windows server

From: Alexander Stock <zensox_at_googlemail.com>
Date: 2007-05-30 14:59:21 CEST

Hi,
I use following configuration:

<Location /svn>
  DAV svn
  #SVNListParentPath on
  SVNPath C:\REPOSITORY\svn
  AuthzSVNAccessFile "C:/Programme/Apache Group/Apache2/conf/svn_auth.txt"

  AuthType SSPI
  AuthName "Subversion"
  SSPIAuth On
  SSPIAuthoritative On
  SSPIDomain mydomain.local
  SSPIOfferBasic On
  SSPIOmitDomain On

  require valid-user
</Location>

It works without asking username and password if you connect with
https, so you need an ssl-enabled apache2.2

Greets,
Alexander

> Hi,

> Thank you giving reply. I tried a lot in Google and subversion forums,but I
> am unable to find solution. Please help me is there any other solution
> without asking username and password.

> Thanks
> A.Chandra Sekhar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 30 14:59:42 2007

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.