Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#
# Ensure that only those in the svn.perdev group are allowed access to this SVN server
#
<Location "/lxr">
        <RequireAll>
                AuthLDAPBindDN "CN=ldap.buildsystem,DC=vix,DC=local"
                AuthLDAPBindPassword VixPass.2016
                AuthLDAPURL ldap://10.0.0.10:389/DC=vix,DC=local?sAMAccountName?sub?(objectClass=*)

                AuthType Basic
                AuthName "VIX Realm"
                AuthBasicProvider ldap

                AuthLDAPGroupAttributeIsDN on
                AuthLDAPGroupAttribute member
                require ldap-group CN=svn.perdev,OU=Groups,DC=vix,DC=local
        </RequireAll>
</Location>
#
# The following one file is allowed to be accessed
# It will be used by Nagios and Release Manager to allow testing of the LXR Server
#
<Location "/lxr/source.test">
        Require all granted
</Location>