You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Parker <ma...@medicity.com> on 2003/10/27 18:41:07 UTC

Relationship of "AuthType SSPI" and AuthzSVNAccessFile

Is there any way to limit access in a way similar to AuthzSVNAccessFile when using SSPI authentication?

When I comment out that line, I can access the repo via browser and via command-line, but when I try to use that file, it fails on either method regardless of what is in it.

I'd like to use SSPI authentication (for obvious ease-of-administration reasons), but I'd also like to give some users read-only access to some paths etc.

Mark

Re: Relationship of "AuthType SSPI" and AuthzSVNAccessFile

Posted by Mark <ma...@msdhub.com>.
To answer my own question, it seems to be trying to work, but mod_authz_svn
seems to not be able to figure out a username that has a '\' in it.

Usernames when using SSPI will look like "domain\user", and it seems to be
breaking down somewhere in there. I'll try to take a closer look, but this
stuff is admittedly a bit over my head.

Mark

----- Original Message ----- 
From: Mark Parker
To: users@subversion.tigris.org
Sent: Monday, October 27, 2003 11:41 AM
Subject: Relationship of "AuthType SSPI" and AuthzSVNAccessFile


Is there any way to limit access in a way similar to AuthzSVNAccessFile when
using SSPI authentication?

When I comment out that line, I can access the repo via browser and via
command-line, but when I try to use that file, it fails on either method
regardless of what is in it.

I'd like to use SSPI authentication (for obvious ease-of-administration
reasons), but I'd also like to give some users read-only access to some
paths etc.

Mark


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