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

How to use Active Directory groups in a authzSVNaccess file ?

From: Martin Renard <martin.renard_at_spidcom.com>
Date: 2006-04-10 09:07:55 CEST

Hi all,

I set up an SVN server on a windows machine, using Apache. Authentification
of users through SSPI works fine, but I want to have some authorization to
various path based on groups already defined on the domain
(ActiveDirectory).
I've been able to use UserName in the authzsvn access file (see below, works
fine) but not group name.
Any help welcome !

Here is the apache setup and the access file I'm playing with :

<Location /svn>
    DAV svn
    SVNParentPath D:/Repositories/svn
    SVNIndexXSLT "/svnindex.xsl"
    AuthName "Subversion repository"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain <OurDomain>
    SSPIOfferBasic On
    Require valid-user
    AuthzSVNAccessFile "D:\Repositories\svnaccess.txt"
</Location>

[repo1:/]
NET\renard = rw -> this is OK
NET\group1 = r -> that's what I would like, doesn't work !

Thanks a lot,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 10 09:08:51 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.