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

Group Access rights - LDAP GROUP

From: Ashwin Basagouda Patil <ashwin.patil_at_robosoftin.com>
Date: 2007-12-15 12:21:30 CET

Hi there,

Can any one help me in this regards, I am having the problem in
authenticating to the subversion repository through the group
authentication.

I configured the subversion server, and working fine with the LDAP
authentication for all the users. Now I have new requirement, ie
authentication to the members who all are in in a group to a particular
repository.

Is there anything I need to change in authorization file for the group to
be authenticated?

I am attaching my authorization file here. Where "sysadmins" is a group
present in the LDAP server with 10 members. "ashwin" is an user present in
LDAP server.

#######################################################
[/]
sysadmins = r
ashwin = r
* =

[/folder1]
sysadmins = r
ashwin =
* =

[/folder2]
sysadmins = rw
ashwin =
* =

[/folder3]
sysadmins =
ashwin = rw
* =

##########################################################

Please can any one help how I can make it to work for me.

Please note that I need to use the group present from LDAP only. I mean I
Don’t want to mention the group in the Authorization file as the typical
subversion authorization file as shown bellow.

#######################################################
[groups]
sysadmins = a1,a2,a3,b1,c1

[/]
@sysadmins = r
ashwin = r
* =

[/folder1]
@sysadmins = r
ashwin =
* =

[/folder2]
@sysadmins = rw
ashwin =
* =

[/folder3]
@sysadmins =
ashwin = rw
* =
##############################

Hope I am clear in explaining my problem. Please help me in this regards.

Regards
Ashwin Patil

-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 15 12:22:01 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.