You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tim Armes <ta...@fr.imaje.com> on 2003/11/07 11:04:47 UTC

SSPI with AuthzSVNAccessFile

Hi,

Has anyone here had any success using SSPI authentication with an SVN access
file ?

I have this in my Apache config file :

<Location /svn/>
DAV svn
SVNParentPath C:\svn
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain MYDOMAIN
SSPIOfferBasic On
#AuthzSVNAccessFile c:\svn\accessfile.txt
Require valid-user
</Location>

The authentication works fine.  However, as soon as I uncomment the access
file line I can no longer access the repository, I don't even get asked for
a password.  If I use standard basic authentication then my access file
works without a problem.

Anyone any ideas?

Tim Armes

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

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

RE: SSPI with AuthzSVNAccessFile

Posted by Sander Striker <st...@apache.org>.
> From: Tim Armes [mailto:tarmes@fr.imaje.com]
> Sent: Friday, November 07, 2003 12:05 PM

> Hi,
> 
> Has anyone here had any success using SSPI authentication with an SVN access
> file ?
> 
> I have this in my Apache config file :
> 
> <Location /svn/>
> DAV svn
> SVNParentPath C:\svn
  ^^^^^^^^^^^^^

> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain MYDOMAIN
> SSPIOfferBasic On
> #AuthzSVNAccessFile c:\svn\accessfile.txt
> Require valid-user
> </Location>
> 
> The authentication works fine.  However, as soon as I uncomment the access
> file line I can no longer access the repository, I don't even get asked for
> a password.  If I use standard basic authentication then my access file
> works without a problem.
> 
> Anyone any ideas?

Yes, mod_authz_svn doesn't work with SVNParentPath yet.  See:

  http://subversion.tigris.org/issues/show_bug.cgi?id=1588



Sander

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