/etc/apache2/mods-available/ldap.conf - Ubuntu 20.04 LTS (Focal Fossa)

This is the default example configuration of ldap.conf provided by Apache. This config file was generated by Apache running on Ubuntu 20.04.

It is located under: /etc/apache2/mods-available/ldap.conf

    <Location /ldap-status>
	SetHandler ldap-status
	Require local
</Location>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

    
  

Config Details

Location
/etc/apache2/mods-available/ldap.conf
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
6 lines
MD5 checksum
344968a263507c1991a160427e51ed9c

Usage

Download the raw file with wget or curl

Wget

wget -O ldap.conf.example http://exampleconfig.com/static/raw/apache/ubuntu20.04/etc/apache2/mods-available/ldap.conf

cURL

curl http://exampleconfig.com/static/raw/apache/ubuntu20.04/etc/apache2/mods-available/ldap.conf > ldap.conf.example