]> andersk Git - mod-vhost-ldap.git/blob - debian/vhost_ldap.conf
mod-vhost-ldap: 0.2.5 release
[mod-vhost-ldap.git] / debian / vhost_ldap.conf
1 ### mod_vhost_ldap depends on mod_ldap ###
2 ### you have to enable mod_ldap as well ###
3
4 <IfModule mod_vhost_ldap.c>
5     VhostLDAPEnabled on
6     VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
7     VhostLdapBindDN "cn=admin,dc=localhost"
8     VhostLDAPBindPassword "changeme"
9 </IfModule>
This page took 0.027029 seconds and 5 git commands to generate.