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

WebSVN using PHP

From: Lisa Sheckleford <Lisa.Sheckleford_at_arm.com>
Date: 2007-04-05 15:06:29 CEST

Hi

I am using subversion 1.4.3 and using WebSVN - repository viewer using
PHP.

I am having problems with WebSVN, and group authentication within the
access file. For example, part of my access file looks something like
this:

[groups]
group-developer = lsheckle, rherring, dgerman

svnadm = @group-developer

[/admin]
* =
@svnadm = r

However, the authentication fails for /admin here and therefore denies
access to @svnadm group. The problem seems to be within functions
hasReadAccess and function inList in auth.inc. This only appears to work
and recognise groups set up in this format:

[groups]
group-developer = lsheckle, rherring, dgerman

[/admin]
* =
@group-developer = r

Is this a known problem and can anybody help, I've not used a lot of
PHP.

Thanks,

Lisa

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 5 15:08:26 2007

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

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