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

RE: Authz Groups not working

From: Rene Rodriguez <rrodriguez_at_fxdd.com>
Date: 2007-03-13 21:43:06 CET

Remember you need to have *=r set for the root of the repo for all users
and then you can restrict or allow from there or else you will get auth
denied.

 

Check out my authz file:

 

[groups]

FipWriters = person1, person2

FipReaders = deployer1, person1

 

BackOfficeWriters = person1, person2

BackOfficeReaders = deployer1, person3

 

ShipWriters = person4, person5

ShipReaders = deployer1, person2

 

wwwWriters = vincent,olga,rene,shawn

wwwReaders = deploy

All = person1, person2, person3, person4, person5, deployer1

 

[/]

@All = r

 

[/fip]

@FipWriters = rw

@FipReaders = r

 

[/BackOffice]

@BackOfficeWriters = rw

@BackOfficeReaders = r

 

[/StarShipEnterprise]

@ShipReaders = r

@ShipWriters = rw

 

[/www]

@wwwWriters = rw

@wwwReaders = r

 

 

________________________________

From: W. Scott Howard [mailto:scotthoward@wsas.com]
Sent: Tuesday, March 13, 2007 1:13 PM
To: users@subversion.tigris.org
Subject: Authz Groups not working

 

I am trying to set up a group base svn-authz file and it is not working.

 

Here is the file

 

[/Development
@web-developers = rw
@web-admins = rw

 

[/Production]
developer1 =
admin1 = rw

 

[/]
* = r

 

[groups]
web-developers = developer1

web-admin = admin1

 

 

the /Production side works fine with the user names there, but the
Development side is refusing access to everyone

 

Also I orignally tried

 

[Development:/]

 

and

 

[Production:/]

 

but those did not work at all.

 

Please help

 

 

The N00b. hehe

 

--------------------------------------------------------------------------------------------------------
This message and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom it is
addressed. It may contain sensitive and private proprietary or legally
privileged information. No confidentiality or privilege is waived or
lost by any mistransmission. If you are not the intended recipient,
please immediately delete it and all copies of it from your system,
destroy any hard copies of it and notify the sender. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any
part of this message if you are not the intended recipient.
FXDirectDealer, LLC reserves the right to monitor all e-mail
communications through its networks. Any views expressed in this
message are those of the individual sender, except where the
message states otherwise and the sender is authorized to state them.

Unless otherwise stated, any pricing information given in this message
is indicative only, is subject to change and does not constitute an
offer to deal at any price quoted. Any reference to the terms of
executed transactions should be treated as preliminary only and subject
to our formal confirmation. FXDirectDealer, LLC is not responsible for any
recommendation, solicitation, offer or agreement or any information
about any transaction, customer account or account activity contained in
this communication.
Received on Tue Mar 13 21:43:40 2007

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.