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

Re: Problems with AuthName when using mod_auth_sspi with SVN & Apache

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-01-20 21:55:16 CET

I reply to this nearly-two-year-old message because it turned up in my
recent search to solve the exact same problem, and I really wished that
a there'd been a reply pointing in the right direction.

Ian Leader wrote:
> I have just installed mod_auth_sspi on our Subversion server (running
> under Apache). It works perfectly, except for one thing
...
> no realm (AuthName) appears on the login dialog box.
...
> Extract from apache conf file:
>
> <Location /svn>
> DAV svn
> SVNParentPath C:\data\svn
>
> AuthType SSPI
> AuthName "Subversion Repository"
> SSPIOfferSSPI On
> SSPIAuth On
> SSPIAuthoritative On
> SSPIOfferBasic On
> SSPIDomain HQ
> Require valid-user
> </Location>

Look at the "SSPIBasicPreferred On" directive and comments/links in
http://projects.edgewall.com/trac/ticket/1168

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 20 21:55:06 2006

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.