[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 16:19:16 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

---
Lisa Sheckleford                   
Infrastructure Software Engineer
Tel: +44 (0)1223 400435
ARM Limited, 110 Fulbourn Road,
Cambridge, CB1 9NJ, UK. 
-- 
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: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 5 16:19:46 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.