You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_vhost_ldap/files/99_mod_vhost_ldap.conf

11 lines
274 B

<IfDefine VHOST_LDAP>
LoadModule vhost_ldap_module modules/mod_vhost_ldap.so
VhostLDAPEnabled on
VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
VhostLdapBindDN "cn=admin,dc=localhost"
VhostLDAPBindPassword "changeme"
</IfDefine>
# vim: ts=4 filetype=apache