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

Re: Limit access to repo using Apache LDAP auth.

From: Bogdan B. Rudas <bogdan.rudas_at_nivalnetwork.com>
Date: Thu, 25 Jun 2009 08:58:29 +0300

Hello!

Sorry for inconvenience, but I already have LDAP authorization for
_whole_ repo and I'd like to limit access to one directory.

On Wed, 24 Jun 2009 12:13:47 -0400
David Weintraub <qazwart_at_gmail.com> wrote:

> Here's how we did it:
>
> <Location "/svn">
> DAV svn
> SVNPath /svn_repositories/svn
> AuthType Basic
> AuthName "svn"
> AuthBasicProvider ldap
> AuthzLDAPAuthoritative off
> AuthLDAPURL
> "ldap://ldapserver:389/dc=Solbright,dc=local?sAMAccountName?sub?(objectClass=*)"
> NONE
> require valid-user
> AuthLDAPBindDN
> "cn=subversion,ou=SBSUsers,ou=Users,ou=MyBusiness,dc=Solbright,dc=local"
> AuthLDAPBindPassword swordfish
> </Location>
>
>
> On Wed, Jun 24, 2009 at 5:29 AM, Bogdan B. Rudas <
> bogdan.rudas_at_nivalnetwork.com> wrote:
>
> > Hello!
> >
> > I would like to limit access to /repo/private/ URL for some LDAP
> > group.
> >
> > I have LDAP working authirization.
> >
> >
> >
> >
> > --
> > Bogdan Rudas
> > System Administrator
> > Nival Network
> > bogdan.rudas_at_nivalnetwork.com
> >
> > 23, Matusevicha st., office 103,
> > Minsk, Belarus,
> > Tel: +375 17 2538272
> > http://www.nivalnetwork.com
> >
> > ------------------------------------------------------
> >
> > http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364848
> >
> > To unsubscribe from this discussion, e-mail: [
> > users-unsubscribe_at_subversion.tigris.org].
> >
>
>
>

-- 
Bogdan Rudas
System Administrator
Nival Network
bogdan.rudas_at_nivalnetwork.com
23, Matusevicha st., office 103, 
Minsk, Belarus,
Tel: +375 17 2538272
http://www.nivalnetwork.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2365169
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-25 07:59:41 CEST

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.