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

problem with svn access file ...

From: Roberto Alejandro Espi Muņoz <raespi_at_estudiantes.uci.cu>
Date: 2007-02-23 20:11:34 CET

Hi !!, I'm trying to restrict user access to specific SVN repository directories. I'm using PAM with LDAP authentication. The problem is when I try to use system groups. For example:

[/branches]
teratux = rw

Here teratux has full RW access to that directory. He's a user in my LDAP server. In that server he's also a member of the group "scada". Now, the last example works but this one does not.

[/branches]
@scada = rw

Here I try to give the PAM-LDAP group "scada" all the permissions, but it doesn't recognize it. If I do this then it does:

[groups]
scada = teratux

[/branches]
@scada = rw

It only works when I define the group in my access file but I want it to be able to recognize all groups in my LDAP server through PAM. Can U please advice ???

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 23 20:12:19 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.