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

RE: [TSVN] 401 Authorization Required / 403 Forbidden on Commit

From: Hughes, Trystan <Trystan.Hughes_at_assetco.com>
Date: 2005-06-22 11:03:35 CEST

Yes, the access file and SSPI are two different things. SSPI is for authentication into the repository, and the AuthzSVNAccessFile is used for authorisation to various sections of your repository.
 
My file is like this....
 
[groups]
r&d-developers = DEVELCAD\thughes, develcad\thughes, DEVELCAD\cblowfield, develcad\cblowfield, DEVELCAD\sclough, develcad\sclough, DEVELCAD\apye, develcad\apye, DEVELCAD\dbuckler, develcad\dbuckler, DEVELCAD\cadinterface, develcad\cadinterface
pts-developers = DEVELCAD\gedwards, develcad\gedwards
test-developers = DEVELCAD\thughes, develcad\thughes
# make all repositories world readable to all users
[/]
*=r
[DotNet:/]
@r&d-developers =rw
@pts-developers =rw
# the following rule explicitly denies permission to 'gedwards' (blank rule)
#gedwards =
[Database:/]
@r&d-developers =rw
@pts-developers =rw
[Documentation:/]
@r&d-developers =rw
@pts-developers =rw
#[Documentation:/Templates]
#@test-developers =r
[Documentation:/ThirdParty/EAAS]
@r&d-developers =r
#DEVELCAD\thughes =r # correct
#develcad\thughes =r # use lower case as modules may convert case
[DummyRepos:/]
@test-developers =rw
[HotDummyRepos:/]
@test-developers =rw
[TestRestore:/]
@test-developers =rw
 

        -----Original Message-----
        From: Rodney Schuler [mailto:rschuler@gmail.com]
        Sent: Tue 21/06/2005 17:33
        To: dev@tortoisesvn.tigris.org
        Cc:
        Subject: Re: [TSVN] 401 Authorization Required / 403 Forbidden on Commit
        
        

        On 6/21/05, Casper Stromfeldt <casper.stromfeldt@gmail.com> wrote:
> On 6/21/05, Hughes, Trystan <Trystan.Hughes@assetco.com> wrote:
> >
> > I am using SSPI and also have a AuthzSVNAccessFile defined in the Apache httpd.conf file, and everything is working sweet.
> >
>
> Hm, maybe an error in my accessfile then.
> Trystan, would you mind sharing your accessfile?
>
        
        I am successfully using the same setup, here is my access file:
        
        
        [groups]
        Developers = MYDOMAIN\dev1,MYDOMAIN\dev2,MYDOMAIN\dev3,MYDOMAIN\dev4
        Drafters = MYDOMAIN\drafter1,MYDOMAIN\drafter2,MYDOMAIN\drafter3,MYDOMAIN\drafter4,MYDOMAIN\drafter5
        SabreCadDev = MYDOMAIN\dev1
        EstimationDev = MYDOMAIN\dev2,MYDOMAIN\dev4
        SvnAdmin = MYDOMAIN\dev1
        
        [DevTools:/]
        @Developers = rw
        
        [Estimation:/]
        @Developers = r
        @EstimationDev = rw
        
        [PartsDb:/]
        @Developers = rw
        
        [SabreCAD:/]
        @Developers = r
        @SabreCadDev = rw
        
        [SandBox:/]
        @Developers = r
        @SvnAdmin = rw
        [SandBox:/dev1]
        MYDOMAIN\dev1 = rw
        [SandBox:/dev2]
        MYDOMAIN\dev2 = rw
        [SandBox:/dev3]
        MYDOMAIN\dev3 = rw
        [SandBox:/dev4]
        MYDOMAIN\dev4 = rw
        
        [SERVER-DEV:/]
        @Developers = r
        @SvnAdmin = rw
        
        [TemplateDwgs:/]
        @Developers = r
        @SabreCadDev = rw
        @Drafters = rw
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
        For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
        
        

The views expressed in this e-mail are not necessarily the views of AssetCo Group Limited,
its directors, officers or employees make no representation or accept any
liability for its accuracy or completeness unless expressly stated to the contrary.
This e-mail, and any attachments are strictly confidential and intended for the addressee(s) only.
The content may also contain legal, professional or other privileged information. Unless expressly
stated to the contrary, no contracts may be concluded on behalf of AssetCo Group Limited by means of
e-mail communication. You may report the matter by calling us on +44 (0)118 906 8000.
Please ensure you have adequate virus protection before you open or detach any documents from this
transmission. AssetCo Group Limited does not accept any liability for viruses. AssetCo Group Limited
is registered in England: Company number: 4450947
Registered Office: Davidson House, Forbury Square, Reading, Berkshire RG1 3GA
Received on Wed Jun 22 11:00:10 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.