/etc/apache2/mods-available/vhost_ldap.conf is in libapache2-mod-vhost-ldap 2.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | ### mod_vhost_ldap depends on mod_ldap ###
### you have to enable mod_ldap as well ###
<IfModule mod_vhost_ldap.c>
VhostLDAPEnabled on
VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
VhostLdapBindDN "cn=admin,dc=localhost"
VhostLDAPBindPassword "changeme"
</IfModule>
|