[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: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 24 Jun 2009 12:13:47 -0400

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].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2365009
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-24 18:14:49 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.