dev/provisioning/modules/apache/templates/mod/ldap.conf.erb
author ymh <ymh.work@gmail.com>
Mon, 06 Jun 2016 01:10:25 +0200
changeset 170 31bee084df32
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Documents cn have more than one spatial sameas property

<Location /ldap-status>
    SetHandler ldap-status
    <%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
    Require ip 127.0.0.1 ::1
    <%- else -%>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1 ::1
    Satisfy all
    <%- end -%>
</Location>