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

Problems using authz module with SSPI authentication

From: Damon Rand <Damon_at_cybermagic.co.nz>
Date: 2004-04-06 21:37:48 CEST

Hi there,
  I am trying to add authorization to my SSPI authenticated repos using the authz module and subversion 1.0.1

  a) Active directory groups can't be used?
  b) Svn can't commit to secured folders?
  
Is anyone successfully using the authz module with SSPI? Details of the problem below..

Regards,
Damon.

  
  
Here is the commit error I get:
      Adding sso\test.txt
      svn: Commit failed (details follow):
      svn: CHECKOUT of /repos/!svn/ver/3077/system/documents/sso: 401 Authorization Re
      quired (https://svn.intsec.amnesty.org)

I am using mixed authentication as described here..
  http://svn.collab.net/repos/svn/trunk/subversion/mod_authz_svn/INSTALL

And have these settings..

<Location /repos>
            DAV svn
            SVNPath d:/svn/repos
    
            AuthType SSPI
            AuthName "Subversion repository"

            SSPIAuth On
            SSPIAuthoritative On
            SSPIDomain MYDOMAIN.ORG
            SSPIOfferBasic On

            # our access control policy
            AuthzSVNAccessFile conf/svn-authorization.conf
            
            # try anonymous access first, resort to real
            # authentication if necessary.
            Satisfy Any
            Require valid-user

</Location>

And this access file.

[groups]
itp-db = MYDOMAIN\drand

[/]
* = r

[/apps]
* = r
@itp-db = rw
    
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 6 21:39:23 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.