Apache authnz_ldap.load configuration example for Debian GNU/Linux 11 (bullseye)

Get the default configuration file authnz_ldap.load for Apache, optimized for Debian GNU/Linux 11 (bullseye). This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/apache2/mods-available/authnz_ldap.load.

For more configurations and setup guides, visit our related files section to further customize your system.

    # Depends: ldap
LoadModule authnz_ldap_module /usr/lib/apache2/modules/mod_authnz_ldap.so

    
  

Config Details

Location
/etc/apache2/mods-available/authnz_ldap.load
Operating system
Debian GNU/Linux 11 (bullseye)
Length
2 lines
MD5 checksum
d65845f053d08b82da239c73c9094c35

Usage

Download the raw file with wget or curl

Wget

wget -O authnz_ldap.load.example https://exampleconfig.com/static/raw/apache/debian11/etc/apache2/mods-available/authnz_ldap.load

cURL

curl https://exampleconfig.com/static/raw/apache/debian11/etc/apache2/mods-available/authnz_ldap.load > authnz_ldap.load.example