Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6058 dpurdie 1
#
2
# Ensure that only those in the svn.perdev group are allowed access to this SVN server
3
#
4
<Location "/lxr">
5
        <RequireAll>
6
                AuthLDAPBindDN "CN=ldap.buildsystem,DC=vix,DC=local"
7
                AuthLDAPBindPassword VixPass.2016
8
                AuthLDAPURL ldap://10.0.0.10:389/DC=vix,DC=local?sAMAccountName?sub?(objectClass=*)
9
 
10
                AuthType Basic
11
                AuthName "VIX Realm"
12
                AuthBasicProvider ldap
13
 
14
                AuthLDAPGroupAttributeIsDN on
15
                AuthLDAPGroupAttribute member
16
                require ldap-group CN=svn.perdev,OU=Groups,DC=vix,DC=local
17
        </RequireAll>
18
</Location>
19
#
20
# The following one file is allowed to be accessed
21
# It will be used by Nagios and Release Manager to allow testing of the LXR Server
22
#
23
<Location "/lxr/source.test">
24
        Require all granted
25
</Location>