You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Martin Renard <ma...@spidcom.com> on 2006/04/10 07:07:55 UTC

How to use Active Directory groups in a authzSVNaccess file ?

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